Appearance
Install
Install the core package in the project where you want to handle fallible operations.
sh
npm install mayfailsh
pnpm add mayfailsh
yarn add mayfailsh
bun add mayfailThen import the API you need:
ts
import { mayfail } from "mayfail";