uni-ticket-system/node_modules/licia/invariant.d.ts
2023-12-05 10:11:10 +08:00

13 lines
198 B
TypeScript

declare function invariant(
condition: boolean,
format?: string,
a?: string,
b?: string,
c?: string,
d?: string,
e?: string,
f?: string
): void;
export = invariant;