Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rambda/immutable.d.ts>call

Faster and smaller alternative to Ramda
Latest
function call
import { call } from "https://deno.land/x/rambda@9.4.1/immutable.d.ts";

Type Parameters

T extends (...args: readonly any[]) => any

Parameters

fn: T
...args: Parameters<T>

Returns

ReturnType<T>