invariant.d.ts 113 B

12
  1. export declare function invariant(condition: any, message: string): void;
  2. //# sourceMappingURL=invariant.d.ts.map