Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@dfeidao/fd-an000092

taoqf6MIT4.6.201909211756TypeScript support: included

列切

feidao, 01feidao, dfeidao, atom, 飞道, 原子操作, ai

readme

列切

Installation

yarn add --dev @dfeidao/fd-an000092

Example

import an92 from '@dfeidao/fd-an000092';

const ran92 = an92([{a:1,b:2},{a:2,b:2},{a:3,c:2}],['a']);
// [{a:1},{a:2},{a:3}]