UNPKG

sucrase

Version:

Super-fast alternative to Babel for when you can target modern JS runtimes

7 lines (6 loc) 139 B
export interface Transformer { preprocess(): void; process(): boolean; getPrefixCode(): string; getSuffixCode(): string; }