mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-22 00:11:02 -05:00
Added types
module
This commit is contained in:
parent
67b5bcbf85
commit
e3439aa021
1 changed files with 8 additions and 0 deletions
8
src/utils/types/index.ts
Normal file
8
src/utils/types/index.ts
Normal file
|
@ -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";
|
Loading…
Reference in a new issue