1 | import { invariant, InvariantError } from "ts-invariant";
|
2 | import DEV from "./DEV";
|
3 | export { DEV };
|
4 | export declare function checkDEV(): void;
|
5 | export { maybe } from "./maybe";
|
6 | export { default as global } from "./global";
|
7 | export { invariant, InvariantError };
|
8 | //# sourceMappingURL=index.d.ts.map |
\ | No newline at end of file |