Skip to main content
Module

x/fuzzy_octo_guacamole/index.ts

A playground for testing CI setup that deploys on Deno and NPM
Latest
File
import * as Pattern from './patterns.ts';
export { match } from './match.ts';export { isMatching } from './is-matching.ts';export { Pattern, Pattern as P };