type-plus
Advanced tools
Comparing version 1.13.0 to 1.14.0
export * from './Brand'; | ||
export * from './Except'; | ||
export * from './ExcludePropType'; | ||
export * from './filterKey'; | ||
@@ -12,2 +13,3 @@ export * from './findKey'; | ||
export * from './mapKey'; | ||
export * from './Partial'; | ||
export * from './RecursiveIntersect'; | ||
@@ -14,0 +16,0 @@ export * from './RecursivePartial'; |
export * from './Brand'; | ||
export * from './Except'; | ||
export * from './ExcludePropType'; | ||
export * from './filterKey'; | ||
@@ -12,2 +13,3 @@ export * from './findKey'; | ||
export * from './mapKey'; | ||
export * from './Partial'; | ||
export * from './RecursiveIntersect'; | ||
@@ -14,0 +16,0 @@ export * from './RecursivePartial'; |
{ | ||
"name": "type-plus", | ||
"description": "Provides additional types for `typescript`.", | ||
"version": "1.13.0", | ||
"version": "1.14.0", | ||
"homepage": "https://github.com/unional/type-plus", | ||
@@ -6,0 +6,0 @@ "bugs": { |
@@ -64,2 +64,3 @@ # type-plus | ||
- `tryAssign<S, T>(from: S, to: T)`: try assign `from` to `to`. Return type `never` if not possible. | ||
- PropType: ...no helper type for this. Just do `YourType['propName']` | ||
@@ -66,0 +67,0 @@ ### Type assertion |
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
36128
135
446
117