assign
There are 62 repositories under assign topic.
jonschlinkert/merge-deep
Recursively merge values in a JavaScript object.
jonschlinkert/mixin-deep
Deeply mix the properties of objects into the first object, while also mixing-in child objects.
jonschlinkert/assign-deep
Deeply assign the enumerable properties of source objects to a destination object.
Naturalclar/issue-action
github action for github issue
Mimickal/ReactionRoleBot
Basic, no BS Discord bot that can assign / unassign roles with message reactions
alexdrone/Primer
Assign/Partial/ReadOnly/Proxy/Locks in Swift
lihroff/deeplyAssign
A deeply copy the values of all enumerable own properties and symbol properties from one or more source objects to a target object. It will return the target object. Written in TypeScript
kamran7679/ConfigureIP
A small utility app in C# (csharp) .net to set IP address on the fly with single click. Can Configure IP of Network Adapter to static or dynamic programmatically, for both Ethernet and Wifi. Tested on both Win10 & 7
jonschlinkert/assign-symbols
Assign the enumerable es6 Symbol properties from an object (or 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.
jonschlinkert/object.defaults
Like `extend` but only copies missing properties/values to the target object.
gamtiq/mixing
Functions to mix, filter, change and copy/clone objects
actions-ecosystem/action-add-assignees
👉 GitHub Action to add assignees
beyonk-group/reorient
Transforms json from one format into another
CodelyTV/request-review-by-path
👤 GitHub Action: Assign Pull Requests to your GitHub teams or individual users based on the paths of the modified files
y0hami/circle-assign
Simple deep object assign function
vitalets/flat-options
One-level options with default values and validation
davidcalhoun/deep-object-assign-with-reduce
Deep merging of objects with the same function signature as Object.assign() (useful for overriding default options objects)
dphilipson/pure-assign
Drop-in replacement for Object.assign() for "updating" immutable objects.
shipshapecode/ember-assign-polyfill
A polyfill for Ember.assign in <= 2.4
stdlib-js/blas-ext-base-gfill-by
Fill a strided array according to a provided callback function.
stdlib-js/utils-deep-set
Set a nested property value.
TheBeef/AmigaAssign
A bash script to provide Amiga style assign command to Linux.
ichernetskii/merge-deep-ts
Deep fast merge JavaScript objects with circular references handling and TypeScript support
igorskyflyer/js-zeus
⚡ Zeus allows you to create HTML elements and set their attributes in a different manner - all at once! 🦅
stdlib-js/array-base-fancy-slice-assign
Assign element values from a broadcasted input array to corresponding elements in an output array.
stdlib-js/blas-ext-base-cfill
Fill a single-precision complex floating-point strided array with a specified scalar constant.
stdlib-js/blas-ext-base-dfill
Fill a double-precision floating-point strided array with a specified scalar constant.
stdlib-js/blas-ext-base-gfill
Fill a strided array with a specified scalar constant.
stdlib-js/blas-ext-base-sfill
Fill a single-precision floating-point strided array with a specified scalar constant.
stdlib-js/blas-ext-base-zfill
Fill a double-precision complex floating-point strided array with a specified scalar constant.
stdlib-js/ndarray-base-assign
Assign elements in a input ndarray to elements in an output ndarray.
stdlib-js/ndarray-base-slice-assign
Assign element values from a broadcasted input ndarray to corresponding elements in an output ndarray view.
stdlib-js/ndarray-slice-assign
Assign element values from a broadcasted input ndarray to corresponding elements in an output ndarray view.
stdlib-js/object-assign
Copy enumerable own properties from one or more source objects to a target object.
stdlib-js/strided-base-read-dataview
Copy elements from an input strided DataView to elements in an output strided array.
stdlib-js/strided-base-write-dataview
Copy elements from an input strided array to elements in a strided DataView.