drupflare/drangler - v0.1.0
    Preparing search index...

    Interface Io

    Where a command writes. Every command takes one, so the gate lane never touches a real stream.

    interface Io {
        err(text: string): void;
        out(text: string): void;
    }

    Hierarchy (View Summary)

    Index
    • Parameters

      • text: string

      Returns void

    • Parameters

      • text: string

      Returns void