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: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/any-observable | Supports any Observable library and provides polyfills | 70 |
sindresorhus/filled-array | Creates an array of specified length filled with a given value or function returning values | 43 |
sindresorhus/package-config | A tool to get namespaced config from the closest package.json | 120 |
sindresorhus/observable-to-promise | Converts an Observable to a Promise for asynchronous data handling | 47 |
sindresorhus/project-ideas | A collection of ideas and suggestions for JavaScript projects | 544 |
sindresorhus/p-reduce | Transforms an asynchronous list into a single value by applying a reduction function | 68 |
sindresorhus/hash-object | A library that generates a unique digital fingerprint of an object | 134 |
sindresorhus/p-event | Promises an event by waiting for it to be emitted, allowing asynchronous iteration and rejection handling. | 429 |
sindresorhus/dev-null-cli | Creates a null stream from input data | 92 |
sindresorhus/decamelize | Converts camel-cased strings into lowercased ones with a custom separator | 238 |
sindresorhus/filter-obj | Filters keys and values in an object based on specified conditions | 100 |
sindresorhus/windows-cli | Tools for querying metadata about the active window on various platforms. | 65 |
sindresorhus/ipify | Get your public IP address from the Ipify service using JavaScript | 273 |
sindresorhus/p-filter | Tool for filtering and concurrent execution of promises with an adjustable concurrency level | 72 |
sindresorhus/pify | Promises utility to convert callback-style functions into promise-based versions. | 1,507 |