UNPKG

@2bad/bitrix

Version:

Bitrix24 REST API client that doesn't suck

2 lines (1 loc) 58 B
export declare type Diff<T, U> = T extends U ? never : T;