UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

7 lines (6 loc) 172 B
/** * Creates a tuple of any with the same length as GTuple */ export declare type ISameLength<GTuple extends any[]> = Extract<{ [K in keyof GTuple]: any; }, any[]>;