1.1.0 • Published 2 years ago

lodash-path-creator v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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