Files
est-frame/node_modules/@algolia/autocomplete-shared/dist/esm/warn.d.ts
2025-10-22 05:38:27 +00:00

9 lines
245 B
TypeScript
Executable File

export declare const warnCache: {
current: {};
};
/**
* Logs a warning if the condition is not met.
* This is used to log issues in development environment only.
*/
export declare function warn(condition: boolean, message: string): void;