Iteration helpers
在纯净
版本或者例如 arguments
等对象中用于检查是否可以迭代或者获取迭代器的 helper:
类型
function isIterable(value: any): boolean;
function getIterator(value: any): Object;
function getIteratorMethod(value: any): Function | void;
小于 1 分钟
在纯净
版本或者例如 arguments
等对象中用于检查是否可以迭代或者获取迭代器的 helper:
function isIterable(value: any): boolean;
function getIterator(value: any): Object;
function getIteratorMethod(value: any): Function | void;