regexp-range
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "regexp-range", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "create regex class range string `[一-十]` `[⓪-㊿]` ...", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -6,5 +6,5 @@ /** | ||
chinese: string[][]; | ||
chinese2: any[]; | ||
chinese2: string[][]; | ||
circle: string[][]; | ||
}; | ||
export default table_range; |
@@ -5,3 +5,3 @@ /** | ||
export declare let list_range: string[][]; | ||
export declare let list_range2: any[]; | ||
export declare let list_range2: string[][]; | ||
export default list_range; |
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
11401