lodash-path-creator

1.1.0 • Public • Published

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

Package Sidebar

Install

npm i lodash-path-creator

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

2.41 kB

Total Files

4

Last publish

Collaborators

  • crinax