Skip to content

coderaiser/finicky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

delete property of an object

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published