Skip to main content
Module

x/careful/src/operators/mod.ts

Safe containerization of values for TypeScript
Latest
import * as careful from "https://deno.land/x/careful@v0.1.0/src/operators/mod.ts";

Variables

This pipe function that takes a value and a list of functions and returns the result of applying the value to the functions in order.

Functions

This curry function takes in a function fn and returns a curried version of it. When the curried function is called with arguments, it checks if the number of arguments is greater than or equal to the number of arguments the original function fn takes.