UNPKG

92 BTypeScriptView Raw
1import * as Token from './token';
2export default function lex(body: string): Token.Token[];