metaset
Inject meta tag to head
Inject meta tag to head
Vendor-prefix any property.
Smart deep list of object enumerable properties.
CalculatedCachedProperties allows properties to have values calculated by a function, and then cached. You can then manually invalidate (clean) the cache for one or more (or all) properties, forcing the function to be invoked and recalculate next time the
Get value from object or array using dot path and wildcard
Sort values of CSS border propety
service for working with the browser's local and session storage
A NativeScript plugin that adds six new getters – in addition to the native "getViewById" method – to retrieve one or more views by tag, type, class, property, value pair or style.
Returns a copy of the object based on which object properties are included or excluded.
Getter-setter wrapper with change notification
Functions for getting, setting, and requiring both shallow and deep properties of an object
Re-orders array of objects alphabetically by the value of a particular property
Sorts array of objects by the value of a particular property
Set and get values on objects via dot-notation or array notation strings.
Get list of all available CSS properties
A file picker for SPFX webparts property panes
Returns a string representing a value's constructor's name property, except for 'NaN', infinite values, 'Infinity', 'Null' and 'Undefined'.
Vue.set with dot notation support (`'a.b.c'`) paths.
fast { property: 'getter' }
Modify deep object properties without modifying the original object (immutability). Works great with React and Redux.