npm.io
0.0.8 • Published 6 years ago

superwild

Licence
MIT
Version
0.0.8
Deps
1
Size
289 kB
Vulns
0
Weekly
0
Stars
1

superwild

Extremely fast, optimized, compilable wildcard pattern matching without using RegExp (slow) with zero dependencies.

npm version npm npm type definitions Build Status Dependency Status GitHub

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';

License

MIT License