Files
Basalt2/node_modules/@algolia/autocomplete-shared/dist/esm/warn.d.ts
Robert Jelic 31787b0e9b Fix
2025-02-16 18:04:24 +01:00

9 lines
245 B
TypeScript

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;