superwild
v0.0.8
Published
Extremely fast, optimized, compilable wildcard pattern matching without using RegExp (slow) with zero dependencies
Downloads
796
Maintainers
Readme
superwild
Extremely fast, optimized, compilable wildcard pattern matching without using RegExp (slow) with zero dependencies.
Get Started
npm install -D superwild
or
yarn add -D superwild
How to Use
import {
BuildPath,
ICompilePathOptions,
IPathParams,
compilePathWithParams,
startsWith,
WildcardPathMatcher,
getWildcardStringPathMatcher,
getWildcardStringMatcher
} from 'superwild';