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.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i fast-extend

      Weekly Downloads

      5,989

      Version

      1.0.2

      License

      none

      Unpacked Size

      2.05 kB

      Total Files

      5

      Last publish

      Collaborators

      • streamich