variable tryOrDefaultimport { tryOrDefault } from "https://deno.land/x/blocks@1.101.14/utils/object.ts"; type<R>(fn: () => R, defaultValue: R) => R