UNPKG

json-schema-to-ts

Version:
2 lines (1 loc) 87 B
export type Not<BOOL> = BOOL extends false ? true : BOOL extends true ? false : never;