UNPKG

@graphql-tools/graphql

Version:
9 lines (8 loc) 242 B
/** * Given [ A, B, C ] return 'A, B, or C'. */ export declare function orList(items: ReadonlyArray<string>): string; /** * Given [ A, B, C ] return 'A, B, and C'. */ export declare function andList(items: ReadonlyArray<string>): string;