0.0.8 • Published 5 years ago

superwild v0.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago