securityos/node_modules/fast-extend
Berkeley 927854894b First commit 2024-09-06 12:32:35 -03:00
..
.npmignore First commit 2024-09-06 12:32:35 -03:00
LICENSE First commit 2024-09-06 12:32:35 -03:00
README.md First commit 2024-09-06 12:32:35 -03:00
index.js First commit 2024-09-06 12:32:35 -03:00
package.json First commit 2024-09-06 12:32:35 -03:00

README.md

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.