1.0.0 • Published 7 years ago

deepnoop v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

Deepnoop

Noop object with arbitrary number of nested attributes that are also noop.

npm i deepnoop

How to use

import { deepNoop } from 'deepnoop';

const noop = deepNoop();
noop();                            // => undefined
noop.noop();                       // => undefined
noop.noop.noop.test.foo.bar();     // => undefined