Your IP : 216.73.216.86


Current Path : /home/emeraadmin/public_html/node_modules/@react-dnd/invariant/dist/
Upload File :
Current File : /home/emeraadmin/public_html/node_modules/@react-dnd/invariant/dist/index.d.ts

/**
 * Use invariant() to assert state which your program assumes to be true.
 *
 * Provide sprintf-style format (only %s is supported) and arguments
 * to provide information about what broke and what you were
 * expecting.
 *
 * The invariant message will be stripped in production, but the invariant
 * will remain to ensure logic does not differ in production.
 */
export declare function invariant(condition: any, format: string, ...args: any[]): void;