graphql

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