UNPKG

@cuppachino/ts-pattern

Version:

The exhaustive Pattern Matching library for TypeScript.

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