跳至主要內容
Iteration helpers

Iteration helpers

纯净版本或者例如 arguments 等对象中用于检查是否可以迭代或者获取迭代器的 helper:

类型

function isIterable(value: any): boolean;
function getIterator(value: any): Object;
function getIteratorMethod(value: any): Function | void;

小于 1 分钟featurehelper