4 lines
85 B
Plaintext
4 lines
85 B
Plaintext
// @flow strict
|
|
|
|
export type ObjMap<T> = { [key: string]: T, __proto__: null, ... };
|