UNPKG

45 BJavaScriptView Raw
1module.exports = noop;
2
3function noop() {
4
5}