UNPKG

@flexvertex/flexvertex-driver

Version:

The official FlexVertex Node.js driver

16 lines (15 loc) 195 B
/** * The FlexCommons class. */ export class FlexCommons { /** * * @param {*} arg * @returns {boolean} */ static isDefined(arg) { return !(arg === undefined); } }