UNPKG

ts-pattern

Version:

The exhaustive Pattern Matching library for TypeScript.

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