UNPKG

ts-type

Version:

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

4 lines (3 loc) 105 B
export * from 'ts-toolbelt'; export declare type ITB = typeof import('ts-toolbelt'); export default ITB;