dotpath-ref
v1.0.1
Published
Path reference helper for dot-notation resolution
Readme
dotpath-ref
Small helper for dot-notation path resolution. Returns a stable reference string used by path utilities.
Install
npm install dotpath-refUsage
const getRef = require('dotpath-ref');
const ref = getRef(); // stringLicense
MIT
