@intlayer/config
Version:
Retrieve Intlayer configurations and manage environment variables for both server-side and client-side environments.
8 lines • 301 B
TypeScript
//#region src/utils/clearModuleCache.d.ts
/**
* Recursively clears the require cache for a module and all its dependencies
*/
declare const clearModuleCache: (modulePath: string, visited?: Set<string>) => void;
//#endregion
export { clearModuleCache };
//# sourceMappingURL=clearModuleCache.d.ts.map