mc-publish/src/utils/types
2023-05-16 19:57:41 +03:00
..
awaitable.ts Made a type to indicate that await should be used 2023-05-16 19:51:43 +03:00
constructor-parameters.ts Added a type that unwraps constructor parameters 2023-05-16 19:56:28 +03:00
constructor-return-type.ts Added a type that unwraps constructor return type 2023-05-16 19:53:51 +03:00
partial-record.ts Made an alias for Partial<Record<K, V>> 2023-05-16 19:57:41 +03:00
promise-type.ts Added a type that unwraps promises 2023-05-16 19:52:48 +03:00
record-key.ts Made a type to help me use generics as record keys 2023-05-16 19:54:56 +03:00
type-of.ts Made a transpile-time version of typeof 2023-05-16 19:48:37 +03:00
union-to-intersection.ts Made a type that converts unions to intersections 2023-05-16 19:49:38 +03:00