集合:Type使用TypeScript制作的集合库 源码
@ augu / collection· :memo: 使用TypeScript制作的收藏库 0.x版本 如果您想使用0.x版本或查看其源代码,则它将在分支下可用,您可以使用npm i @augu/immutable 。 从0.x-> 1.x更改 Pair和TimedQueue被删除 删除所有不推荐使用的方法 名称从@augu/immutable更改为@augu/collections 用法 // CommonJS const collections = require ( '@augu/collections' ) ; // ES6+ import collections from '@
文件列表
collections-master.zip
(预估有个30文件)
collections-master
.eslintrc.json
44B
.gitignore
74B
package.json
1KB
package-lock.json
633KB
src
Queue.ts
5KB
index.ts
1KB
Collection.ts
11KB
utils.ts
3KB
暂无评论