UNPKG

109 BJavaScriptView Raw
1/**
2 * The no operation function.
3 */
4function noop() {
5 // nothing to do here.
6}
7
8module.exports = noop;