Skip to main content
Module

x/careful/src/operators/pipe.ts

Safe containerization of values for TypeScript
Latest
import * as careful from "https://deno.land/x/careful@v0.1.0/src/operators/pipe.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.