hry-types
Version:
typescript工具类型库
9 lines (8 loc) • 335 B
text/typescript
export type * as A from "./Any/_api";
export { Checking } from "./Check/Checking";
export type * as Test from "./Check/CheckResult";
export type * as G from "./Generic/_api";
export type * as M from "./Misc/_api";
export type * as O from "./Object/_api";
export type * as T from "./Tuple/_api";
export type * as U from "./Union/_api";