Skip to content
Adam Smith edited this page Mar 3, 2016 · 9 revisions

vitals.freeze npm version

Method Section Alias
freeze strict
freeze.object strict freeze.obj

freeze

Freezes an object with optional deep freeze.

Examples

Params

  1. obj (Object|?function)
  2. deep boolean=

Returns (Object|?function)

freeze.object

Freezes an object with optional deep freeze.

Examples

Params

  1. obj (Object|?function)
  2. deep boolean=

Returns (Object|?function)

-- Happy Developing,

Algorithm IV Logo