Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

Latest commit

 

History

History
45 lines (27 loc) · 828 Bytes

readme.md

File metadata and controls

45 lines (27 loc) · 828 Bytes


noop3


🦄 Supreme nothingness

Build Status Coverage Status

Install

$ npm install --save noop3

Usage

const noop = require('noop3');

function unicorn(fn) {
	fn = fn || noop;
	return fn('unicorn');
}

unicorn();

Prior art

License

MIT © Sindre Sorhus