0.0.8 • Published 6 years ago
superwild v0.0.8
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';