UNPKG

dynamodb-toolbox

Version:

Lightweight and type-safe query builder for DynamoDB and TypeScript.

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