3 lines
84 B
JavaScript
3 lines
84 B
JavaScript
// eslint-disable-next-line no-undef
|
|
declare type $Dict<T, K = string> = { [K]: T }
|