match-url-wildcard
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "match-url-wildcard", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Module to match url by pattern with wildcard", | ||
@@ -32,3 +32,4 @@ "main": "index.js", | ||
"author": "alexkamaev", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"types": "./ts-defs/index.d.ts" | ||
} |
11055