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