Create a null-prototype object suitable for use as a lookup map.
Unlike {}, these objects have no inherited keys, providing an extra
layer of defence against prototype-pollution.
Returns Record<string,string[]>
A fresh null-prototype Record for use as a lookup map
Create a null-prototype object suitable for use as a lookup map. Unlike
{}, these objects have no inherited keys, providing an extra layer of defence against prototype-pollution.