v1.5.0
new function in misc.ts:
assertExhaustive- utility function for getting TS to yell at you if you ever forget to cover every single possibility in a switch statement- useful when switching on an enum value
- see test cases for usage examples
new function in misc.ts:
assertExhaustive - utility function for getting TS to yell at you if you ever forget to cover every single possibility in a switch statement