UNPKG

@nozbe/watermelondb

Version:

Build powerful React Native and React web apps that scale from hundreds to tens of thousands of records and remain fast

3 lines (2 loc) 115 B
// Deep-freezes an object, but DOES NOT handle cycles export default function deepFreeze<T = Object>(object: T): T