Obj

Sf. Obj

A class to easily handle objects and to group object-related functions

Constructor

new Obj(obj) → {object}

Parameters
Name Type Description
obj object The object passed to the constructor, hereinafter indicated as "class argument"
Returns
the class instance to allow method chaining
Type
object