hwluo12

Results 2 issues of hwluo12

想问下星哥,这个项目是如何构建的呢?docs目录是如何生成的呢?是使用了gitbook么?

[If an iterable's @@iterator method does not return an iterator object, then it is a non-well-formed iterable.](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/iterator#non-well-formed_iterables) Just like this: ```js import arrify from "arrify"; let iterable = { 0:...