export default function exists(v: any): boolean { return !(v === void 0 || v === null); }