jmap-kit
    Preparing search index...
    • Deep freeze an object and all nested objects/functions within it.

      Type Parameters

      • T extends object

        The type of the object to freeze.

      Parameters

      • o: T

        The object to deeply freeze.

      Returns Readonly<T>

      The deeply frozen (immutable) object.