Files
JiboViteDocs/node_modules/@algolia/autocomplete-shared/dist/esm/warn.d.ts

9 lines
245 B
TypeScript
Raw Normal View History

2026-05-03 12:12:57 -04:00
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;