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