更新
This commit is contained in:
+8
@@ -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