Skip to main content
Module

x/rambda/files/index.d.ts>wait

Faster and smaller alternative to Ramda
Go to Latest
function wait
import { wait } from "https://deno.land/x/rambda@v7.0.1/files/index.d.ts";

Parameters

fn: Promise<T>

Returns

Promise<[T, Error | undefined]>

Parameters

fn: (x: any) => Promise<T>

Returns

Promise<[T, Error | undefined]>