This commit is contained in:
8
node_modules/@algolia/autocomplete-shared/dist/esm/warn.d.ts
generated
vendored
Normal file
8
node_modules/@algolia/autocomplete-shared/dist/esm/warn.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
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;
|
Reference in New Issue
Block a user