export default function isDefined(arg: any): boolean { return (typeof arg !== 'undefined'); }