finicky

2.0.3 • Public • Published

Finicky License NPM version Dependency Status Build Status Coverage Status

Delete property of an object.

Install

npm i finicky --save

Hot to use?

const finicky = require('finicky');
 
finicky('hello.world', {
    hello: {
        world: 'could be used in browser as well',
    },
});
// returns
({
    hello: {
    },
});
 
finicky('work-with-divider', '-', {
    work: {
        with: {
            divider: 'could use divider as well',
        },
    },
});
// returns
({
    work: {
        with: {
        },
    },
});

Related

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i finicky

Weekly Downloads

0

Version

2.0.3

License

MIT

Unpacked Size

5.48 kB

Total Files

5

Last publish

Collaborators

  • coderaiser