indolent
v1.0.1
Published
a simple npm module that always returns the input
Downloads
10
Readme
Indolent

Indolent is an npm module that doesn't do anything, it just returns the first argument, unprocessed.
Installation
> npm install indolentUsage
const indolent = require('indolent')
indolent(1) //1
indolent('foo') //'foo'Credits
Logo originally from http://www.eevblog.com/
