UNPKG

@nodeject/ui-components

Version:

UI library for non-trivial components

9 lines (8 loc) 298 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GetNodeKind = void 0; var hierarchyChart = require('@nodeject/wbs'); function GetNodeKind(nodeKind) { return nodeKind === undefined ? 1 : hierarchyChart.nodeKinds; } exports.GetNodeKind = GetNodeKind;