Felix
Pair
Pair<Int, String>
Array
[number, string]
turansky
JsTuple2
tupleOf
Exported declaration uses non-exportable return type: JsTuple2<Any, Any>
JsTuple2<T,U>
T
U
export declare function removed(...): any/* js.core.JsTuple2<any, any> */;
1.9
external
type JsTuple2<A, B> = [A, B]
A modern programming language that makes developers happier.