UNPKG

next

Version:

The React Framework

5 lines (4 loc) 252 B
import type { Options as SWCOptions } from '@swc/core'; export declare function registerHook(swcOptions: SWCOptions): void; export declare function deregisterHook(): void; export declare function requireFromString(code: string, filename: string): any;