mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-19 00:13:01 +00:00
3 lines
164 B
TypeScript
3 lines
164 B
TypeScript
import type { Token } from '../parse/cst.js';
|
|
export declare function emptyScalarPosition(offset: number, before: Token[] | undefined, pos: number | null): number;
|