v8-compile-cache.d.ts 122 B

1234567
  1. export function install(opts?: {
  2. cacheDir?: string;
  3. prefix?: string;
  4. }): {
  5. uninstall(): void;
  6. } | undefined;
  7. x