UNPKG

ts-type

Version:

add some typescript type and re-export some build-in typescript type

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;