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;
import { Pipe } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mod.ts";
Decorator
Adds a pipe to the current parameter
@Pipe() Target: Method parameter