tryCatch
import { tryCatch } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/fn.ts";function tryCatch<D extends unknown[], A>(fda: (...d: D) => A, onThrow: (e: unknown, d: D) => A): (...d: D) => A;
import { tryCatch } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/fn.ts";