Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/starfx/fx/safe.ts

A micro-mvc framework for react apps
Latest
import * as starfx from "https://deno.land/x/starfx@v0.13.4/fx/safe.ts";

Functions

The goal of safe is to wrap Operations to prevent them from raising and error. The result of safe is always a Result type.