1 line
88 B
TypeScript
1 line
88 B
TypeScript
export default function invariant(condition: any, message?: string): asserts condition;
|