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