import { is_what } from "https://deno.land/x/libpkgx@v0.15.2/src/deps.ts";
const { isEmptyObject } = is_what;
Returns whether the payload is a an empty object (excluding special classes or objects with other prototypes)
x/libpkgx/src/deps.ts>is_what.isEmptyObject
import { is_what } from "https://deno.land/x/libpkgx@v0.15.2/src/deps.ts";
const { isEmptyObject } = is_what;
Returns whether the payload is a an empty object (excluding special classes or objects with other prototypes)