@laserware/stasis
    Preparing search index...

    Function freeze

    • Freezes draftable objects. Returns the original object. By default freezes shallowly, but if the second argument is true it will freeze recursively.

      Type Parameters

      • T

      Parameters

      • obj: T
      • Optionaldeep: boolean

      Returns T