f1rq.ovh/node_modules/yaml/dist/compose/util-flow-indent-check.d.ts
2025-03-25 23:48:13 +01:00

4 lines
221 B
TypeScript

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