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';
