diff --git a/src/type-util/index.ts b/src/type-util/index.ts index ae640b8..c4f9116 100644 --- a/src/type-util/index.ts +++ b/src/type-util/index.ts @@ -1,2 +1,2 @@ -export * from './type-util'; -export type * from './type-util.type'; +export { TypeUtil } from './type-util'; +export type { NarrowableType, PickWithPartial, RequiredPartialProps, Nullable, Arrayable } from './type-util.type';