type-plus
Advanced tools
Comparing version 1.19.0 to 1.20.0
@@ -5,2 +5,3 @@ export { required, requiredDeep } from 'unpartial'; | ||
export * from './ExcludePropType'; | ||
export * from './facade'; | ||
export * from './filterKey'; | ||
@@ -7,0 +8,0 @@ export * from './findKey'; |
@@ -10,2 +10,3 @@ "use strict"; | ||
__export(require("./Brand")); | ||
__export(require("./facade")); | ||
__export(require("./filterKey")); | ||
@@ -12,0 +13,0 @@ __export(require("./findKey")); |
@@ -5,2 +5,3 @@ export { required, requiredDeep } from 'unpartial'; | ||
export * from './ExcludePropType'; | ||
export * from './facade'; | ||
export * from './filterKey'; | ||
@@ -7,0 +8,0 @@ export * from './findKey'; |
export { required, requiredDeep } from 'unpartial'; | ||
export * from './Brand'; | ||
export * from './facade'; | ||
export * from './filterKey'; | ||
@@ -4,0 +5,0 @@ export * from './findKey'; |
{ | ||
"name": "type-plus", | ||
"version": "1.19.0", | ||
"version": "1.20.0", | ||
"description": "Provides additional types for `typescript`.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/unional/type-plus", |
@@ -62,2 +62,3 @@ # type-plus | ||
- `ExcludePropType<T, U>`: excludes type `U` from properties in `T`. | ||
- `facade(subject, ...props)`: create a facade of `subject`. | ||
- `PartialPick<T, U>`: makes the properties specified in `U` becomes optional. | ||
@@ -64,0 +65,0 @@ - `PartialExcept<T, U>`: makes the properties not specified in `U` becomes optional. |
@@ -5,2 +5,3 @@ export { required, requiredDeep } from 'unpartial'; | ||
export * from './ExcludePropType'; | ||
export * from './facade'; | ||
export * from './filterKey'; | ||
@@ -7,0 +8,0 @@ export * from './findKey'; |
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
82668
225
1395
128