Files
30-seconds-of-code/node_modules/graphql/jsutils/ObjMap.js.flow
2019-08-20 15:52:05 +02:00

4 lines
85 B
Plaintext

// @flow strict
export type ObjMap<T> = { [key: string]: T, __proto__: null, ... };