JSPM

kareimgazer-deep-freeze

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q30799F
  • License MIT

recursively Object.freeze() objects but using ES6 syntax

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (kareimgazer-deep-freeze) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    deep-freeze-ES6

    recursively Object.freeze() objects

    build status

    Examples

    see deepFreeze.test.js

    deepFreeze(obj)

    Calls Object.freeze(obj) recursively on all unfrozen properties of obj that are functions or objects.