Skip to content

noop

这个函数什么也不做,返回 undefined

示例

ts
import { noop } from '@base-web-kits/base-tools-ts';

noop();
// 结果: undefined

来源