mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-09-05 08:25:46 -06:00
3 lines
161 B
TypeScript
3 lines
161 B
TypeScript
import type { Token } from '../parse/cst';
|
|
export declare function emptyScalarPosition(offset: number, before: Token[] | undefined, pos: number | null): number;
|