import { isFulfilled } from "https://deno.land/x/froebel@v0.18.0/mod.ts";
Checks if result
(returned from Promise.allSettled
) is fulfilled.
import { isFulfilled } from "https://deno.land/x/froebel@v0.18.0/mod.ts";
Checks if result
(returned from Promise.allSettled
) is fulfilled.