UNPKG

@xtrek/ts-migrate-plugins

Version:

Set of codemods, which are doing transformation of js/jsx to ts/tsx

2 lines (1 loc) 56 B
export declare type Nullable<T> = T | null | undefined;