Skip to main content
Module

x/froebel/predicate.ts>isFulfilled

A strictly typed utility library.
Go to Latest
variable isFulfilled
import { isFulfilled } from "https://deno.land/x/froebel@v0.22.0/predicate.ts";

Checks if result (returned from Promise.allSettled) is fulfilled.

type

<T>(result: PromiseSettledResult<T>) => result is PromiseFulfilledResult<T>