Package Exports
- fast-extend
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fast-extend) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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.