xtuc / babel-plugin-immutable-const

Freeze object using const declaration
2 stars 0 forks source link

Is there a way to not freeze an object? #1

Closed charlesoconor closed 1 year ago

xtuc commented 7 years ago

It depends on your use case. Object.freeze was the simplest way.

Could something like immutablejs fit into your use case?