This commit is contained in:
8
node_modules/licia/cacheRequire.d.ts
generated
vendored
Normal file
8
node_modules/licia/cacheRequire.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
declare function cacheRequire(options?: {
|
||||
dir?: string;
|
||||
requirePath?: boolean;
|
||||
code?: boolean;
|
||||
compileCache?: boolean;
|
||||
}): void;
|
||||
|
||||
export = cacheRequire;
|
||||
Reference in New Issue
Block a user