UNPKG

77 BTypeScriptView Raw
1export default class UnreachableException {
2 constructor(value: never);
3}