2018-05-19 00:03:05 -04:00

1 line
65 B
JavaScript

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