function isUndefinedimport { isUndefined } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/lang.js"; isUndefined(value)Checks if value is undefined. Examples_.isUndefined(void 0); // => true _.isUndefined(null); // => false ParametersvalueThe value to check.