UNPKG

@tacky/store

Version:

State management framework based on react

4 lines (3 loc) 282 B
export declare const OBFUSCATED_ERROR = "An invariant failed, however the error is obfuscated because this is an production build."; export declare function invariant(check: boolean, message?: string | boolean): void; export declare function fail(message: string | boolean): never;