f-extend

0.0.1 • Public • Published

fExtend

A javascript function, which can runs both in browser and node.js, to extend an object from other object deeply or not.

install

npm install f-extend

usage

In nodejs:

var extend = require('f-extend');
extend(to, from, isDeep);

In browser:

var extend = window.fExtend;
extend(to, from, isDeep);

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i f-extend

      Weekly Downloads

      1

      Version

      0.0.1

      License

      MIT

      Last publish

      Collaborators

      • fancy