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