UNPKG

@turbox3d/graphic-component-pixi

Version:

Graphic component library based on pixi

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;