mirror of
https://github.com/MioMioOS/MioIsland
synced 2026-05-04 13:58:34 +00:00
4 lines
90 B
TypeScript
4 lines
90 B
TypeScript
|
|
declare function clearRequireCache(files: string[]): void;
|
||
|
|
|
||
|
|
export { clearRequireCache };
|