mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-27 05:51:56 +07:00
Fix dependencies: Add flag-icons, tailwind directives, and postcss config
This commit is contained in:
6
node_modules/@algolia/autocomplete-shared/dist/esm/invariant.d.ts
generated
vendored
Normal file
6
node_modules/@algolia/autocomplete-shared/dist/esm/invariant.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* 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;
|
||||
Reference in New Issue
Block a user