import { getProperties } from "https://deno.land/x/chai@v5.1.2/lib/chai/utils/getProperties.js";
.getProperties(object)
This allows the retrieval of property names of an object, enumerable or not, inherited or not.
x/chai/lib/chai/utils/getProperties.js>getProperties
import { getProperties } from "https://deno.land/x/chai@v5.1.2/lib/chai/utils/getProperties.js";
This allows the retrieval of property names of an object, enumerable or not, inherited or not.