testtest/node_modules/v8-compile-cache-lib/v8-compile-cache.d.ts
AlexVeeBee 30ce160b8f
Some checks failed
node-js / Test (14.x) (push) Failing after 18s
Did something
2024-02-27 00:32:49 +00:00

7 lines
122 B
TypeScript

export function install(opts?: {
cacheDir?: string;
prefix?: string;
}): {
uninstall(): void;
} | undefined;
x