4 lines
79 B
TypeScript
4 lines
79 B
TypeScript
|
declare function delRequireCache(id: string): void;
|
||
|
|
||
|
export = delRequireCache;
|