Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 232 Bytes

noop.md

File metadata and controls

12 lines (8 loc) · 232 Bytes

A function which does nothing

Example

var noop = Rx.helpers.noop;

// This does nothing!
noop();