← Back
Editing: scan.d.ts
import { Token } from './'; declare function scan(source: string): Token[]; export = scan;
Save File
Cancel