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' }