function objectGetKeysimport { objectGetKeys } from "https://deno.land/x/vicis@1.0.0/src/util/object/get/keys.ts"; objectGetKeys(object: { [key: string]: any; }): string[]Parametersobject: { [key: string]: any; }Returnsstring[]