sucrase
Version:
Super-fast alternative to Babel for when you can target modern JS runtimes
8 lines (7 loc) • 348 B
TypeScript
import { Transform } from "./index";
export declare function addHook(extension: string, transforms: Array<Transform>): void;
export declare function registerJS(): void;
export declare function registerJSX(): void;
export declare function registerTS(): void;
export declare function registerTSX(): void;
export declare function registerAll(): void;