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

Package detail

@dfeidao/fd-an000091

taoqf6MIT4.6.201909211747TypeScript support: included

字段重命名

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

readme

字段重命名

Installation

yarn add --dev @dfeidao/fd-an000091

Example

import an91 from '@dfeidao/fd-an000091';

const ran91 = await an91([{ a: 123, b: 'abc' }, { b: 'def' }, { a: 789, b: 'ghi' }], { a: 'c' });
// [{ c: 123, b: 'abc' }, { b: 'def' }, { c: 789, b: 'ghi' }]);