a simple wrapper for the try catch method in typescript Installation npm install try-catch-wrapper-ts Usage import { tryCatch } from "try-catch-wrapper-ts"; const { data, error } = await tryCatch(someFunction());