object-assign
Object merger
Provides a polyfill for the ES2015 Object.assign() method to support older browsers and environments.
ES2015 Object.assign() ponyfill
920 stars
19 watching
82 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Supports any Observable library and provides polyfills | 70 |
| Creates an array of specified length filled with a given value or function returning values | 43 |
| A tool to get namespaced config from the closest package.json | 120 |
| Converts an Observable to a Promise for asynchronous data handling | 47 |
| A collection of ideas and suggestions for JavaScript projects | 544 |
| Transforms an asynchronous list into a single value by applying a reduction function | 68 |
| A library that generates a unique digital fingerprint of an object | 134 |
| Promises an event by waiting for it to be emitted, allowing asynchronous iteration and rejection handling. | 429 |
| Creates a null stream from input data | 92 |
| Converts camel-cased strings into lowercased ones with a custom separator | 238 |
| Filters keys and values in an object based on specified conditions | 102 |
| Tools for querying metadata about the active window on various platforms. | 65 |
| Get your public IP address from the Ipify service using JavaScript | 274 |
| Tool for filtering and concurrent execution of promises with an adjustable concurrency level | 75 |
| Promises utility to convert callback-style functions into promise-based versions. | 1,505 |