type-plus
Advanced tools
Comparing version 1.32.0 to 1.33.0
@@ -35,2 +35,3 @@ export { required, requiredDeep } from 'unpartial'; | ||
export * from './PromiseValue'; | ||
export * from './PromiseValueMerge'; | ||
export * from './RecursiveIntersect'; | ||
@@ -37,0 +38,0 @@ export * from './RecursivePartial'; |
{ | ||
"name": "type-plus", | ||
"version": "1.32.0", | ||
"version": "1.33.0", | ||
"description": "Provides additional types for `typescript`.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/unional/type-plus", |
@@ -54,2 +54,3 @@ # type-plus | ||
- `PromiseValue<P>`: Gets the type within the Promise. | ||
- `PromiseValueMerge<P1, P2, ...P9>`: Merge the values of multiple promises. | ||
- `mapSeries()`: Similar to `bluebird.mapSeries()` but works with `async`/`await`. | ||
@@ -56,0 +57,0 @@ |
@@ -1,44 +0,46 @@ | ||
export { required, requiredDeep } from 'unpartial'; | ||
export * from './ANotB'; | ||
export * from './assertType'; | ||
export * from './assignability'; | ||
export * from './Brand'; | ||
export * from './Except'; | ||
export * from './ExcludePropType'; | ||
export * from './facade'; | ||
export * from './filterKey'; | ||
export * from './findKey'; | ||
export * from './Flavor'; | ||
export * from './forEachKey'; | ||
export * from './getField'; | ||
export * from './hasKey'; | ||
export * from './hasProperty'; | ||
export * from './Id'; | ||
export * from './IsDisjoint'; | ||
export * from './isPromise'; | ||
export * from './IsSame'; | ||
export * from './JSONTypes'; | ||
export * from './KeyofOptional'; | ||
export * from './KeysWithDiffType'; | ||
export * from './KeyTypes'; | ||
export * from './KnownKeys'; | ||
export * from './literalArray'; | ||
export * from './mapKey'; | ||
export * from './mapSeries'; | ||
export * from './Not'; | ||
export * from './Omit'; | ||
export * from './omitFn'; | ||
export * from './Partial'; | ||
export * from './pick'; | ||
export * from './PrimitiveTypes'; | ||
export * from './PromiseValue'; | ||
export * from './RecursiveIntersect'; | ||
export * from './RecursivePartial'; | ||
export * from './RecursiveRequired'; | ||
export * from './reduceKey'; | ||
export * from './Required'; | ||
export * from './someKey'; | ||
export * from './tryAssign'; | ||
export * from './typeOverrideIncompatible'; | ||
export * from './UnionKeys'; | ||
export * from './ValueOf'; | ||
export { required, requiredDeep } from 'unpartial' | ||
export * from './ANotB' | ||
export * from './assertType' | ||
export * from './assignability' | ||
export * from './Brand' | ||
export * from './Except' | ||
export * from './ExcludePropType' | ||
export * from './facade' | ||
export * from './filterKey' | ||
export * from './findKey' | ||
export * from './Flavor' | ||
export * from './forEachKey' | ||
export * from './getField' | ||
export * from './hasKey' | ||
export * from './hasProperty' | ||
export * from './Id' | ||
export * from './IsDisjoint' | ||
export * from './isPromise' | ||
export * from './IsSame' | ||
export * from './JSONTypes' | ||
export * from './KeyofOptional' | ||
export * from './KeysWithDiffType' | ||
export * from './KeyTypes' | ||
export * from './KnownKeys' | ||
export * from './literalArray' | ||
export * from './mapKey' | ||
export * from './mapSeries' | ||
export * from './Not' | ||
export * from './Omit' | ||
export * from './omitFn' | ||
export * from './Partial' | ||
export * from './pick' | ||
export * from './PrimitiveTypes' | ||
export * from './PromiseValue' | ||
export * from './PromiseValueMerge' | ||
export * from './RecursiveIntersect' | ||
export * from './RecursivePartial' | ||
export * from './RecursiveRequired' | ||
export * from './reduceKey' | ||
export * from './Required' | ||
export * from './someKey' | ||
export * from './tryAssign' | ||
export * from './typeOverrideIncompatible' | ||
export * from './UnionKeys' | ||
export * from './ValueOf' | ||
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
191
128598
313
2179