UNPKG

nice-ui

Version:

React design system, components, and utilities

10 lines (9 loc) 292 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const firstLevelBlockPosition = (ast, nodeIdx) => { const root = ast.nodes[0]; if (!root.children) return -1; return root.children.indexOf(nodeIdx); }; exports.default = firstLevelBlockPosition;