tree-monkey:nodejs的异步树遍历

时间:2024-06-20 18:00:46
【文件属性】:

文件名称:tree-monkey:nodejs的异步树遍历

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-20 18:00:46

CoffeeScript

树猴 nodejs的异步树遍历 关于 tree-monkey采用 JSON 或对象字面量树的形式 { "nodeA": { "nodeAA": { "nodeAAA": 'leaf' } }, "nodeB": { "nodeBA": 42, "nodeBB": [] } } 并异步遍历它。 用法 基本用法如下: var monkey = require ( 'tree-monkey' ) , tree = { ... } ; monkey . preOrder ( tree , function ( node , path , callback ) { // do something async with the current node and/or path ... // signal that you


【文件预览】:
tree-monkey-master
----src()
--------tree-monkey.coffee(2KB)
----.npmignore(3B)
----specs()
--------tree-monkey.spec.coffee(3KB)
----README.md(3KB)
----.gitignore(16B)
----package.json(760B)

网友评论