Files
memecoin-botV2/.pnpm-store/v10/files/03/91b8424176c5e339c1dded10f4a776ad314ee14af853785363632a4b317332f38b637f2adcae07eb8caf5c32c54abd4464e6da83d141e5823a63019f19e548

10 lines
384 B
Plaintext

/**
* Clears all of the internal caches.
* Generally you shouldn't need or want to use this.
* Examples of intended uses:
* - In tests to reset parser state to keep tests isolated.
* - In custom lint tooling that iteratively lints one project at a time to prevent OOMs.
*/
export declare function clearCaches(): void;
export declare const clearProgramCache: typeof clearCaches;