UNPKG

ts-type

Version:

TypeScript 類型工具庫:提供豐富的類型操作工具和重新導出的內建類型 / TypeScript type utility library: provides rich type manipulation utilities and re-exported built-in types

45 lines (44 loc) 1.59 kB
export * from './generic'; export * from './helper'; export * from './helper/array/readonly'; export * from './helper/conditional'; export * from './helper/deep-map'; export * from './helper/filter'; export * from './helper/infer'; export * from './helper/intersection'; export * from './helper/key-value'; export * from './helper/number'; export * from './helper/overwrite'; export * from './helper/promise'; export * from './helper/readonly'; export * from './helper/record'; export * from './helper/record/enum'; export * from './helper/record/member'; export * from './helper/record/omit-index'; export * from './helper/record/partial'; export * from './helper/record/pick-one'; export * from './helper/record/pick-type'; export * from './helper/string'; export * from './helper/string/infer'; export * from './helper/string/literal-string'; export * from './helper/string/operations'; export * from './helper/tuple'; export * from './helper/typeof'; export * from './internal/filter'; export * from './internal/logic/string-literal'; export * from './logic/any'; export * from './logic/never'; export * from './logic/record/empty'; export * from './logic/union/index'; export * from './type/base'; export * from './type/decorators'; export * from './type/generator'; export * from './type/iterator'; export * from './type/promise'; export * from './type/proxy'; export * from './type/record'; export * from './type/record/empty'; export * from './type/record/enum'; export * from './type/record/partial'; export * from './type/record/readonly'; export * from './type/tuple/empty';