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

x/careful/src/types.ts>PromiseNullOr

Safe containerization of values for TypeScript
Latest
type alias PromiseNullOr
import { type PromiseNullOr } from "https://deno.land/x/careful@v0.1.0/src/types.ts";
definition: Promise<NullOr<T>>