@parzh/cache
Cache manager for dynamic object properties
Cache manager for dynamic object properties
Easing work with mutator names such as `getName`
pass through an object to get/set sub-object
Turn javascript data into extended EventEmitter, plus a .value getter/setter and helper methods to manipulate it
Simple class for parsing css selector and provide getters for its properties. ``` const element = new SelectorGetter('div#article54.article[data-name="data_val"]:not(n+1):before');
A CLI package for PostgreSQL that automatically generates accessors (getters and setters) for all tables in a database.
Fastest method for returning deeply nested properties based on a string path.
Get a deep property from a nested object
An event emitter that emit events whenever an object property is accessed
Glorify your classes!
Utility functions
Add getters and setters to immodel
Checks if an object has a property with a defined getter function.
A data getter make you happy.
A utility to quickly track down what is reading or writing a value.
An array-manipulating Typescript/Javascript class with methods that return items copied from the array
Use this method with an object to create a bunch of properties that need getter and/or setter functions that all do the same thing. It attaches the same getter function and/or setter function to each property
Expose a private object via a public object's accessor.
Create lazy properties that replace themselves with normal ones
Merge members of multiple es6 classes.