A utility type for objects with no prototype (Object.create(null)). This is useful for high-performance caches and maps to avoid prototype inheritance overhead and potential property collisions.
The type of the values stored in the object.
A utility type for objects with no prototype (Object.create(null)). This is useful for high-performance caches and maps to avoid prototype inheritance overhead and potential property collisions.