main
js 5 lines 94 Bytes
Raw
1 'use strict';
2
3 module.exports = function shouldIgnoreConsoleWarn(format) {
4 return false;
5 };