uni-ticket-system/node_modules/licia/invariant.d.ts

13 lines
198 B
TypeScript
Raw Normal View History

2023-12-05 02:11:10 +00:00
declare function invariant(
condition: boolean,
format?: string,
a?: string,
b?: string,
c?: string,
d?: string,
e?: string,
f?: string
): void;
export = invariant;