graphql

Search for an npm package
/** @internal */
export declare function invariant(
condition: unknown,
message?: string,
): asserts condition;