fast-extend

1.0.2 • Public • Published

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.

Package Sidebar

Install

npm i fast-extend

Weekly Downloads

8,153

Version

1.0.2

License

none

Unpacked Size

2.05 kB

Total Files

5

Last publish

Collaborators

  • streamich