function objectFromEntriesimport { objectFromEntries } from "https://deno.land/x/tsafe@v1.7.5/objectFromEntries.ts"; objectFromEntries<Entry extends readonly [string, any]>(entries: readonly Entry[]): [Key in Entry[0]]: Extract<Entry, readonly [Key, any]>[1]https://docs.tsafe.dev/objectFromEntries Type ParametersEntry extends readonly [string, any]Parametersentries: readonly Entry[]Returns[Key in Entry[0]]: Extract<Entry, readonly [Key, any]>[1]