1.0.2 • Published 6 years ago

fast-extend v1.0.2

Weekly downloads
14,895
License
-
Repository
-
Last release
6 years ago

fast-extend

Yet another JavaScript Object.assign() implementation, but very tiny and very fast.

Installation

Usage

import {extend} from 'fast-extend';

const e = extend(a, b, c, d);

License

Unlicense public domain.