UNPKG

155 BJavaScriptView Raw
1'use strict';
2
3/**
4 * Necessary for http-parser-js, it expects callbacks even if not used
5 * @return {undefined}
6 */
7module.exports = function noop () {};