927854894b | ||
---|---|---|
.. | ||
.npmignore | ||
LICENSE | ||
README.md | ||
index.js | ||
package.json |
README.md
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.