UNPKG

ts-type

Version:

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

6 lines (5 loc) 206 B
export * from './lib'; export * from 'typedarray-dts'; export declare type ITSType = typeof import('./index'); export declare type ITSTypeBuildIn = typeof import('./lib/_build-in'); export default ITSType;