UNPKG

@infordata-web/portal-common-component-lib

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.14.

6 lines (5 loc) 112 B
export declare class Tuple<T, S> { _1: T; _2: S; static of<W, E>(_1: W, _2: E): Tuple<W, E>; }