try-catch-wrapper-ts
v1.0.1
Published
a simple wrapper for the try catch method in typescript
Downloads
88
Maintainers
Readme
a simple wrapper for the try catch method in typescript
Installation
npm install try-catch-wrapper-tsUsage
import { tryCatch } from "try-catch-wrapper-ts";
const { data, error } = await tryCatch(someFunction());