Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 617 Bytes

.verb.md

File metadata and controls

35 lines (23 loc) · 617 Bytes

{%= name %} {%= badge("fury") %}

{%= description %}

Install

{%= include("install-npm", {save: true}) %}

Usage

var omitDeep = require('{%= name %}');

omitDeep({a: 'a', b: 'b', c: {b: 'b', d: {b: 'b', f: 'f'}}});
//=> {a: 'a', c: {d: {f: 'f'}}}

Related projects

{%= related(['merge-deep', 'mixin-deep', 'extend-shallow', 'assign-deep', 'defaults-deep', 'omit-deep'], {remove: name}) %}

Running tests

{%= include("tests") %}

Contributing

{%= include("contributing") %}

Author

{%= include("author") %}

License

{%= copyright() %} {%= license() %}


{%= include("footer") %}