Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/entropy/src/pipes/interfaces/pipe.interface.ts>Pipe

The core module of Entropy framework for Deno.
Latest
interface Pipe
import { type Pipe } from "https://deno.land/x/entropy@1.0.0-beta.17/src/pipes/interfaces/pipe.interface.ts";

Type Parameters

optional
TData = unknown

Properties

optional
alias: string
transform: (value: string) => TData