variable ownEntriesimport { ownEntries } from "https://deno.land/x/ok_computer@v2.0.1/utils.ts"; type<T>(obj: { [key: string | symbol]: T; } | ArrayLike<T>) => [string | symbol, T][]