function isEmptyimport { isEmpty } from "https://deno.land/x/authlete_deno@v1.2.3/src/util/util.ts"; isEmpty(value: | undefined | null | string | object)Check if the given value is empty. Parametersvalue: | undefined | null | string | object