regexp-range
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.15](https://github.com/bluelovers/ws-regexp/compare/regexp-range@1.0.14...regexp-range@1.0.15) (2020-06-11) | ||
**Note:** Version bump only for package regexp-range | ||
## [1.0.14](https://github.com/bluelovers/ws-regexp/compare/regexp-range@1.0.13...regexp-range@1.0.14) (2020-06-09) | ||
@@ -8,0 +16,0 @@ |
@@ -9,6 +9,6 @@ /** | ||
declare namespace matchRange { | ||
var matchRange: typeof import("."); | ||
var getOptions: typeof import("./src/core").getOptions; | ||
var toRegExpString: typeof import("./src/core").toRegExpString; | ||
var TABLE_RANGE: { | ||
export var matchRange: typeof import("."); | ||
export var getOptions: typeof import("./src/core").getOptions; | ||
export var toRegExpString: typeof import("./src/core").toRegExpString; | ||
export var TABLE_RANGE: { | ||
chinese: string[][]; | ||
@@ -18,11 +18,12 @@ chinese2: string[][]; | ||
}; | ||
var fillRange: typeof import("./src/core").fillRange; | ||
var default: typeof import("."); | ||
export var fillRange: typeof import("./src/core").fillRange; | ||
var _a: typeof import("."); | ||
export { _a as default }; | ||
} | ||
declare function matchRange(from: any, to: any, options?: IOptions): string[]; | ||
declare namespace matchRange { | ||
var matchRange: typeof import("."); | ||
var getOptions: typeof import("./src/core").getOptions; | ||
var toRegExpString: typeof import("./src/core").toRegExpString; | ||
var TABLE_RANGE: { | ||
export var matchRange: typeof import("."); | ||
export var getOptions: typeof import("./src/core").getOptions; | ||
export var toRegExpString: typeof import("./src/core").toRegExpString; | ||
export var TABLE_RANGE: { | ||
chinese: string[][]; | ||
@@ -32,5 +33,6 @@ chinese2: string[][]; | ||
}; | ||
var fillRange: typeof import("./src/core").fillRange; | ||
var default: typeof import("."); | ||
export var fillRange: typeof import("./src/core").fillRange; | ||
var _a: typeof import("."); | ||
export { _a as default }; | ||
} | ||
export = matchRange; |
{ | ||
"name": "regexp-range", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "create regex class range string `[一-十]` `[⓪-㊿]` ...", | ||
@@ -53,3 +53,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "6ca57ce4e04591289d2e139a7349ab4861e0ba87" | ||
"gitHead": "075577cadb679fd6fa6270c28277e2537779b0bb" | ||
} |
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
30666
401