UNPKG
haha-dict-tree
Version:
latest (0.0.2)
0.0.2
0.0.1
因为最近常用到字典树,所以自己封装一个易用的字典树库。 代码量很少,90行,使用 generator 来遍历字典树,写起来很舒服。
haha-dict-tree
/
index.js
2 lines
(1 loc)
•
43 B
JavaScript
View Raw
1
2
module.exports
= require(
'./src/tree.js'
)
;