EASYAIuniappNewUI/node_modules/licia/invariant.d.ts
2025-02-08 18:50:38 +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;