Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Pipe

import { Pipe } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mod.ts";

Decorator

Adds a pipe to the current parameter

@Pipe() Target: Method parameter

const Pipe: (pipes: Array<any> | any) => Function;