# fast-extend Yet another JavaScript `Object.assign()` implementation, but very tiny and very fast. ## Installation
npm i fast-extend --save
## Usage ```js import {extend} from 'fast-extend'; const e = extend(a, b, c, d); ``` ## License [Unlicense](./LICENSE) — public domain.