The README says: > Any attempt to modify them will not throw an error, This is only true in sloppy mode. With ESM or `"use strict"` writing to a non-writable property will throw.
The README says:
This is only true in sloppy mode. With ESM or
"use strict"writing to a non-writable property will throw.