Sha256: 049b764d0a77153968a034b0b23ae004f708c6f4a03efdc247451abb1d37dd89
Contents?: true
Size: 159 Bytes
Versions: 52
Compression:
Stored size: 159 Bytes
Contents
declare function tryCatch<Fn extends (...args: any[]) => any>(fn: Fn, onException?: (error: Error) => void): ReturnType<Fn> | undefined; export { tryCatch };
Version data entries
52 entries across 26 versions & 1 rubygems