UNPKG

94 BJavaScriptView Raw
1'use strict';
2
3const noop = () => {
4 // Intentionally left blank.
5};
6
7module.exports = noop;