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