Files
tekelanew_acs/acs/nladmin-ui/node_modules/xe-utils/noop.js

7 lines
122 B
JavaScript
Raw Normal View History

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