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