Last updated 5 years ago
Was this helpful?
语法:
_.noop()
源代码链接:
npm包链接:
描述:
这个方法返回 undefined。
开始版本:2.3.0
例子:
_.times(2, _.noop); // => [undefined, undefined]