UNPKG

85 BJavaScriptView Raw
1'use strict';
2
3function noop () {}
4
5module.exports = function () {
6 return noop;
7};