Utility Class
Methods
embed
(
Object
chainable
-
target
Shallow Merge of Current Object with Another, and Function Mounting
Functions in exact same manner as the Connect utilities "merge" method
Parameters:
-
targetObject
Returns:
Object:
report
(
-
arguments
Console a variable report
Parameters:
-
argumentsObject multiple
table
(
-
data
Draw data in table style
Parameters:
-
dataObject
Example:
//console.table console.table([ { .. row .. } ]);
//console.table console.table({ 'head': [ 'I/O ID', 'Endpoint', 'Description' ], 'colWidths': [ 30, 50, 50 ], 'rows': [ [ 'one', 'two', 'three' ], [ 'one', 'two', 'three' ] ] });
