0.0.9 • Published 6 years ago

ts-assert-unreachable v0.0.9

Weekly downloads
629
License
MIT
Repository
github
Last release
6 years ago

ts-assert-unreachable

npm version CircleCI Dependency Status devDependencies Status typings included npm

Typescript assert for exhaustive switch blocks. Taken from this SO answer by Ryan Cavanaugh.

Installation

$ npm i ts-assert-unreachable

Usage

See tests