Yet another Object.assign() and completeAssign based on Mozilla article
Assign the enumerable es6 Symbol properties from one or more objects to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.
Like Object.assign(), but recursive
extracts CSS into separate files
ES2015 `Object.assign()` ponyfill
Replace Object.assign with an inline helper
Lite lib to only support decimal add calculation
Small, efficient encoding of SVG data URIs for CSS, HTML, etc.
pvtsutils is a set of common utility functions used in various Peculiar Ventures TypeScript based projects.
This is a re-bundled version of [Shiki](https://shiki.style) which strips out the dependencies which aren't necessary for [TypeDoc](https://typedoc.org/)'s usage.
ECMAScript 2015 (ES6) Object.assign polyfill and ponyfill
A list of color names and its values
The minimal preset for UnoCSS
The lodash method `_.assign` exported as a module.
Simple implementation of Object.assign
Simple {{assign}} helper for Ember
Deeply assign the values of all enumerable-own-properties and symbols from one or more source objects to a target object. Returns the target object.
A simple module that works exactly as Object.assign, but skips assigning undefined values.
A polyfill for Ember.assign in <= 2.4
A mesh replacement for `THREE.Line`. Instead of using GL_LINE, it uses a strip of billboarded triangles. This is a fork of [spite/THREE.MeshLine](https://github.com/spite/THREE.MeshLine), previously maintained by studio [Utsuboco](https://github.com/utsub
Parse, validate, manipulate, and display dates
TypeScript definitions for object-assign
Transform optional chaining on the left-hand side of assignment expressions
Copy enumerable own properties from one or more source objects to a target object.