simple-assign
Simple implementation of Object.assign
Last updated 9 years ago by neilgabbadon .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm install simple-assign 
SYNC missed versions from official npm registry.

simple-assign

This is a simple implementation Object.assign that has been graciously stolen from babel's extends helper.

Note: This is just the function implementation. It is not a ponyfill and it does not check for the existence of Object.assign for you. To make a true ponyfill that returns the native implementation if available, you can do something like this:

Example:

import assign from 'simple-assign';

export default Object.assign || assign;

Current Tags

  • 0.1.0                                ...           latest (9 years ago)

1 Versions

  • 0.1.0                                ...           9 years ago
Maintainers (1)
Downloads
Total 0
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (1)

© 2010 - cnpmjs.org x YWFE | Home | YWFE