# initialState(isCollection)
Return a new Object representing the initial state of a module
The state is returned from inside a self-calling closure to make absolutely sure we get pristine objects. This is a safety measure to guard against unintended cross-module reference bindings.
Kind: global function
Param | Type |
---|---|
isCollection | Boolean |