Comparing version 2.1.1 to 2.1.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.1.2](https://github.com/bluelovers/ws-ts-type/compare/ts-type@2.1.1...ts-type@2.1.2) (2021-12-04) | ||
### ✨ Features | ||
* type ITSValueOrArrayMaybeReadonly<T> = T | ITSArrayListMaybeReadonly<T>; ([0ae2f20](https://github.com/bluelovers/ws-ts-type/commit/0ae2f208a33a3bdccbb5e4fc13a1135d365af6cc)) | ||
## [2.1.1](https://github.com/bluelovers/ws-ts-type/compare/ts-type@2.0.3...ts-type@2.1.1) (2021-12-04) | ||
@@ -8,0 +19,0 @@ |
@@ -9,2 +9,3 @@ /** | ||
export declare type ITSValueOrArray<T> = T | T[]; | ||
export declare type ITSValueOrArrayMaybeReadonly<T> = T | ITSArrayListMaybeReadonly<T>; | ||
export declare type ITSPropertyKey = string | symbol; | ||
@@ -11,0 +12,0 @@ export declare type ITSAnyFunction = ITSTypeFunction<any>; |
{ | ||
"name": "ts-type", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "add some typescript type and re-export some build-in typescript type", | ||
@@ -67,3 +67,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "fcdfde9b98f1d9e0c2386f2189cdfd7cad6d5529" | ||
"gitHead": "176c745a98c2477f0ca95ba0922b8de087821e71" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
264223
654