2015-07-25 05:19:32 +01:00

1 line
65 B
JavaScript

interface Dictionary { [index: string]: string; length: number; }