hry-types
Version:
typescript工具类型库
17 lines (16 loc) • 875 B
text/typescript
export type { IsPureObject } from "../Any/IsPureObject";
export type { AddSubObjectKey } from "./AddSubObjectKey";
export type { ComputeIntersection } from "./ComputeIntersection";
export type { ComputeIntersectionDeep } from "./ComputeIntersectionDeep";
export type { Filter } from "./Filter";
export type { FilterKeys } from "./FilterKeys";
export type { MakeNever } from "./MakeNever";
export type { NonNullableInObject } from "./NonNullableInObject";
export type { NonReadonly } from "./NonReadonly";
export type { NonReadonlyDeep } from "./NonReadonlyDeep";
export type { OptionalKeys } from "./OptionalKeys";
export type { RequiredKeys } from "./RequiredKeys";
export type { ReturnTypeInObject } from "./ReturnTypeInObject";
export type { Select } from "./Select";
export type { SelectKeys } from "./SelectKeys";
export type { UnionTwoObject } from "./UnionTwoObject";