function objectIsEmptyimport { objectIsEmpty } from "https://deno.land/x/vicis@1.0.0/src/util/object/is/empty.ts"; objectIsEmpty(object: { [key: string]: any; }): booleanParametersobject: { [key: string]: any; }Returnsboolean