UNPKG

98 BTypeScriptView Raw
1declare const calculateDepthForNode: (node: Element) => number;
2export { calculateDepthForNode };