@types/moo
Advanced tools
Comparing version 0.5.5 to 0.5.6
@@ -73,3 +73,3 @@ // Type definitions for moo 0.5 | ||
export interface Rules { | ||
[x: string]: RegExp | string | string[] | Rule | Rule[] | ErrorRule | FallbackRule; | ||
[x: string]: RegExp | RegExp[] | string | string[] | Rule | Rule[] | ErrorRule | FallbackRule; | ||
} | ||
@@ -76,0 +76,0 @@ |
{ | ||
"name": "@types/moo", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"description": "TypeScript definitions for moo", | ||
@@ -33,4 +33,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/moo", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "dc25097389869ef3471651770be359df4888c00fdd07297f8ff3ec2266c020f0", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "8b9e1870b484676607b6259edb175a665cf769b2ce1aef0d4d07c4f0a917977b", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 18:50:58 GMT | ||
* Last updated: Sun, 06 Aug 2023 07:02:41 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `moo` |
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
7248