UNPKG

@kstory/core

Version:

Core parser and lexer for KStory interactive fiction language

3 lines 145 B
import { type Token } from '../token'; export declare const printToken: (token: Token<unknown>) => void; //# sourceMappingURL=printToken.d.ts.map