UNPKG
@lumina-study/graph
Version:
latest (0.1.1)
0.1.1
0.1.0
Graph library for Lumina Study
@lumina-study/graph
/
dist
/
utils
/
hasSubModules.d.ts
6 lines
•
194 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
TreeNodeData
}
from
'../types'
;
/** * Check if a node has submodules */
export
declare
function
hasSubModules
(
data
:
TreeNodeData
):
boolean
;
//# sourceMappingURL=hasSubModules.d.ts.map