fuzzy-proxy
Fuzzy match keys on objects
FuzzyProxy
new FuzzyProxy(objectToProxy)
FuzzyProxy - Creates an object with fuzzy matching capabilities
Returns: object
- Fuzzy proxied object
Param | Type | Description |
---|---|---|
objectToProxy | object |
Object to apply fuzzy proxying to |
Example
const bestObjectEver = { return number * 3 * 2; } unicorn: '🦄'; bestObjectEveruni// → '🦄' bestObjectEver// → 78
Scripts
test
– run the tests
npm run test
coverage
– generate and view code coverage as HTML
npm run coverage
lint
– lint the codebase
npm run lint
readme
– generate the README
npm run readme
compile
– compile the code
npm run compile
License
MIT @ Flip