← Back
Editing: parse.d.ts
import { Info, Token } from './'; declare function parse(tokens: Token[]): Info; export = parse;
Save File
Cancel