Files
huishou/node_modules/licia/invariant.d.ts
T
2026-07-27 13:37:48 +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;