type-level-regexp
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "type-level-regexp", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Type-Level RegExp parser, matcher and permutation resolver", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -27,6 +27,4 @@ # 🔤🔍 Type-Level RegExp (WIP) | ||
2. Import `createRegExp` function from `type-level-regexp`, pass in a RegExp pattern to it creates a `TypedRegExp`, passing this `TypedRegExp` to `String.match` or `String.replace` functions to get fully typed match result. | ||
2. Import `createRegExp` function, pass in a RegExp string pattern to it creates a `TypedRegExp`, passing this `TypedRegExp` to `String.match()`, `String.matchAll()` or `String.replace()` functions to get fully typed match result. | ||
```ts | ||
## Basic Usage | ||
@@ -33,0 +31,0 @@ match result will be fully typed if match against a literal stirng, or shows emumerated results if match against a dynamic string. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
163