2016-01-04 11:42:43 -08:00

3 lines
64 B
JavaScript

declare type A = string;
declare type T<U> = { [k:string]: U };