UNPKG

@turbox3d/shared

Version:

turbox shared internal utility

5 lines (4 loc) 345 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; export declare function warn(message: string | boolean): void;