mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
453 B
453 B
lodash.assign v4.0.8
The lodash method _.assign
exported as a Node.js module.
Installation
Using npm:
$ {sudo -H} npm i -g npm
$ npm i --save lodash.assign
In Node.js:
var assign = require('lodash.assign');
See the documentation or package source for more details.