UNPKG

aran

Version:
10 lines (8 loc) 276 B
export const ROOT_DEPTH = /** @type {import("./depth.d.ts").Depth} */ (0); /** * @type {( * depth: import("./depth.d.ts").Depth, * ) => import("./depth.d.ts").Depth} */ export const incrementDepth = (depth) => /** @type {import("./depth.d.ts").Depth} */ (depth + 1);