type-plus
Advanced tools
Comparing version 1.14.0 to 1.15.0
@@ -10,2 +10,3 @@ export * from './Brand'; | ||
export * from './isPromise'; | ||
export * from './JSONTypes'; | ||
export * from './KeyTypes'; | ||
@@ -15,2 +16,3 @@ export * from './literalArray'; | ||
export * from './Partial'; | ||
export * from './PrimitiveTypes'; | ||
export * from './RecursiveIntersect'; | ||
@@ -17,0 +19,0 @@ export * from './RecursivePartial'; |
@@ -10,2 +10,3 @@ export * from './Brand'; | ||
export * from './isPromise'; | ||
export * from './JSONTypes'; | ||
export * from './KeyTypes'; | ||
@@ -15,2 +16,3 @@ export * from './literalArray'; | ||
export * from './Partial'; | ||
export * from './PrimitiveTypes'; | ||
export * from './RecursiveIntersect'; | ||
@@ -17,0 +19,0 @@ export * from './RecursivePartial'; |
{ | ||
"name": "type-plus", | ||
"description": "Provides additional types for `typescript`.", | ||
"version": "1.14.0", | ||
"version": "1.15.0", | ||
"homepage": "https://github.com/unional/type-plus", | ||
@@ -6,0 +6,0 @@ "bugs": { |
@@ -28,5 +28,10 @@ # type-plus | ||
### Constant Types | ||
- `JSONTypes`: all JSON compatible types. | ||
- `KeyTypes`: type of all keys. | ||
- `PrimitiveTypes`: all primitive types, including `Function`, `symbol`, and `bigint` | ||
### Object Key functions | ||
- `KeyTypes<T>`: type of all keys. | ||
- `filterKey()`: type adjusted filter by key. | ||
@@ -33,0 +38,0 @@ - `findKey()`: type adjusted find by key. |
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
37564
147
458
122