Files

7 lines
122 B
JavaScript
Raw Permalink Normal View History

2024-12-03 17:40:13 +08:00
/**
* 一个空的方法始终返回 undefined可用于初始化值
*/
function noop () {}
module.exports = noop