UNPKG

93 BTypeScriptView Raw
1import { Token } from './';
2
3declare function scan(source: string): Token[];
4
5export = scan;