UNPKG

99 BTypeScriptView Raw
1import { Info, Token } from './';
2
3declare function parse(tokens: Token[]): Info;
4
5export = parse;