inferred-types
Advanced tools
Comparing version 0.18.4 to 0.19.0
{ | ||
"name": "inferred-types", | ||
"version": "0.18.4", | ||
"version": "0.19.0", | ||
"description": "Functions which provide useful type inference on TS projects", | ||
@@ -51,2 +51,2 @@ "license": "MIT", | ||
} | ||
} | ||
} |
// #autoindex | ||
// #region autoindexed files | ||
// index last changed at: 1st Jan, 2022, 03:27 PM ( GMT-8 ) | ||
// hash-code: 47804a72 | ||
// index last changed at: 6th Jun, 2022, 03:36 AM ( GMT-7 ) | ||
// hash-code: 1f3a5076 | ||
// file exports | ||
export * from "./Get"; | ||
export * from "./NotEmptyObject"; | ||
@@ -9,0 +10,0 @@ // #endregion |
@@ -5,3 +5,3 @@ import { ExpandRecursively, UnionToIntersection } from "~/types"; | ||
/** | ||
* Typescript utility which recieves `T` as shape which resembles `DictArray<D>` | ||
* Typescript utility which receives `T` as shape which resembles `DictArray<D>` | ||
* and if the type `D` can be inferred it is returned. | ||
@@ -8,0 +8,0 @@ * ```ts |
// #autoindex | ||
// #region autoindexed files | ||
// index last changed at: 1st Jan, 2022, 03:27 PM ( GMT-8 ) | ||
// hash-code: 3c8daf19 | ||
// index last changed at: 6th Jun, 2022, 03:36 AM ( GMT-7 ) | ||
// hash-code: ac142b94 | ||
@@ -12,2 +12,3 @@ // file exports | ||
export * from "./UnionToTuple"; | ||
export * from "./UnwrapValue"; | ||
export * from "./WrapValue"; | ||
@@ -14,0 +15,0 @@ |
@@ -12,2 +12,2 @@ import { keys } from "./keys"; | ||
})() as unknown as F & P; | ||
} | ||
} |
Sorry, the diff of this file is too big to display
222
17662
1276487