UNPKG

ts-pattern

Version:

The exhaustive Pattern Matching library for TypeScript.

6 lines (5 loc) 213 B
import * as Pattern from './patterns.cjs'; export { match } from './match.cjs'; export { isMatching } from './is-matching.cjs'; export { Pattern, Pattern as P }; export { NonExhaustiveError } from './errors.cjs';