UNPKG

vscode-tmgrammar-test

Version:
4 lines (3 loc) 169 B
import { AnnotatedLine } from './model'; export declare function parseSnap(s: string): AnnotatedLine[]; export declare function renderSnap(xs: AnnotatedLine[]): string;