diff --git a/src/utils/types/index.ts b/src/utils/types/index.ts new file mode 100644 index 0000000..6c36c62 --- /dev/null +++ b/src/utils/types/index.ts @@ -0,0 +1,8 @@ +export { Awaitable } from "./awaitable"; +export { TypeOf, TypeOfResult, NamedType } from "./type-of"; +export { UnionToIntersection } from "./union-to-intersection"; +export { ConstructorParameters } from "./constructor-parameters"; +export { ConstructorReturnType } from "./constructor-return-type"; +export { PartialRecord } from "./partial-record"; +export { PromiseType } from "./promise-type"; +export { RecordKey } from "./record-key";