Class: f_Constructor

getConstructor~ f_Constructor

new f_Constructor(ins_o)

The constructor returned when getConstructor is called.
Parameters:
Name Type Description
ins_o object Instance options
Source:
To Do:
  • Module this, split split!
Example
new f_Constructor({ a: 'b' }) // { a: 'b' }