@parkour-ops/freeze-thaw
Provides functions to make mutable objects immutable ('freeze'), and immutable objects mutable ('thaw').
deepfreezer
Recursively (and efficiently) freeze and thaw objects.
deepfreeze
recursively Object.freeze() on objects and functions with properties
letsfreezethat
An utterly minimal immutability library in the spirit of immer