generated at
2/18/2025, 7:20:58 PM
Not<B>
ts
type Not<B extends boolean> = B extends true ? false : true;