Repository
Current version released
5 years ago
Dependencies
std
Versions
deno-minimatch
Use
See minimatch docs for full usage info
import minimatch from 'https://deno.land/x/minimatch/index.js'
minimatch('bar.foo', '*.foo')
//> trueContribute
# generate build file
yarn build
# test build file
yarn testNo need to rebuild the dist file in pull requests as this is already handled by a Github action.