js-pathfinder
Version:
Path utility for objects
16 lines (10 loc) • 734 B
Markdown
# Pathfinder
## ECMAScript Object path helper
Object extension (safe: as
[`Symbol`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol).
Find the path for a key in an `Object`, or find a value from a given `Object` path.
The [demonstration page](https://kooiinc.github.io/pathfinder/Demo/) should give you an idea ...
### CDN/NPM:
- Minified: [https://cdn.jsdelivr.net/gh/KooiInc/pathfinder@latest/Dist/Pathfinder.min.js](https://cdn.jsdelivr.net/gh/KooiInc/pathfinder@latest/Dist/Pathfinder.min.js)
- Full: [https://cdn.jsdelivr.net/gh/KooiInc/pathfinder@latest/Src/PathFinder.js](https://cdn.jsdelivr.net/gh/KooiInc/pathfinder@latest/Src/PathFinder.js)
- NPM: `npm install js-pathfinder`