Skip to main content
Module

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

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

Parameters

fn: Func<any> | Promise<any>
input: T

Parameters

fn: Func<any> | Promise<any>

Returns

(input: T) => T