Blame view

天文台pc/tianwentai-ui/node_modules/@react-dnd/invariant/dist/index.d.ts 458 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
8
9
10
11
  /**
   * 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;