polyfill.d.ts 134 B

123
  1. export declare const rewriteCompileScriptOnce: typeof rewriteCompileScript;
  2. declare function rewriteCompileScript(): void;
  3. export {};