UNPKG

json-schema-to-ts

Version:
2 lines (1 loc) 120 B
export type And<CONDITION_A, CONDITION_B> = CONDITION_A extends true ? CONDITION_B extends true ? true : false : false;