function makeObjectMap<TValue>(): Record<string, TValue>;Defined in: utils.ts:81
Creates an object intended only for string-keyed dictionary lookups.
The null prototype keeps user-controlled ids such as __proto__ and hasOwnProperty as plain data keys.
TValue = unknown
Record<string, TValue>