Methods
(static) deepFreeze(object) → {object}
Freeze in depth an object
Parameters:
Name | Type | Description |
---|---|---|
object |
object | An object to deep freeze |
- Source:
- See:
Returns:
the object deep freezed
- Type
- object
(static) getNotContains(source, target) → {Array}
Get values from source not contains in target
Parameters:
Name | Type | Description |
---|---|---|
source |
Array | A source Array |
target |
Array | A target Array |
- Source:
Returns:
the source values not in target
- Type
- Array