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

7 lines
284 B
TypeScript

/**
* Throws an error if the condition is not met in development mode.
* This is used to make development a better experience to provide guidance as
* to where the error comes from.
*/
export declare function invariant(condition: boolean, message: string | (() => string)): void;