Current section

Files

Jump to
spellweaver priv bun node_modules yaml dist compose util-flow-indent-check.d.ts
Raw

priv/bun/node_modules/yaml/dist/compose/util-flow-indent-check.d.ts

import type { Token } from '../parse/cst';
import type { ComposeErrorHandler } from './composer';
export declare function flowIndentCheck(indent: number, fc: Token | null | undefined, onError: ComposeErrorHandler): void;