export declare function invariant(
condition: unknown,
message?: string,
): asserts condition;
Powered by TurnKey Linux.