fast-extend

A simple fast 'extend' function, without any extras.

5 个版本
安装
npm install fast-extend
yarn add fast-extend
pnpm add fast-extend
bun add fast-extend
README

fast-extend

Yet another JavaScript Object.assign() implementation, but very tiny and very fast.

Installation

npm i fast-extend --save

Usage

import {extend} from 'fast-extend';

const e = extend(a, b, c, d);

License

Unlicense — public domain.

版本列表
1.0.2 2018-02-11
1.0.1 2018-02-11
1.0.0 2018-02-09
0.0.2 2017-07-29
0.0.1 2017-07-29