UNPKG

proc_macro

Version:
7 lines 290 B
import Group from './group'; import Ident from './ident'; import Literal from './literal'; import Punct from './punct'; export declare const TOKENS: (typeof Group | typeof Ident | typeof Literal | typeof Punct)[]; export { Group, Ident, Literal, Punct }; //# sourceMappingURL=index.d.ts.map