lodash-path-creator
v1.1.0
Published
Simple, smallest and zero-dep library for node.js :D
Downloads
2
Maintainers
Readme
lodash-path-creator
Simple, smallest and zero-dep library for node.js :D
Knock-knock, I'm here
Why simple? Just look at this:
const lpc = new require('lodash-path-creator')();
console.log(lpc.one.two.three.four.five.$);
// Output: 'one.two.three.four.five'
API
constructor(stopWord: string = '$')
- constructor with unnecessary stopWord (default $
)
I think, that's all... Hope you enjoy :D