Current section

Files

Jump to
spellweaver priv bun node_modules yaml dist compose util-empty-scalar-position.d.ts
Raw

priv/bun/node_modules/yaml/dist/compose/util-empty-scalar-position.d.ts

import type { Token } from '../parse/cst';
export declare function emptyScalarPosition(offset: number, before: Token[] | undefined, pos: number | null): number;