Applies pojoTransform if the argument is a "Plain Old JavaScript Object",
and otherTransform if it is not.
Remarks
A "Plain Old JavaScript Object) is not anything that broadly derives
from the Object type. It excludes arrays, null, and other entities
not of the "curly brace" type.
Applies
pojoTransform
if the argument is a "Plain Old JavaScript Object", andotherTransform
if it is not.Remarks
A "Plain Old JavaScript Object) is not anything that broadly derives from the Object type. It excludes arrays, null, and other entities not of the "curly brace" type.
Example