Skip to content

v1.5.0

Choose a tag to compare

@mini-bomba mini-bomba released this 05 Jan 21:46
6f6efce

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