BC-Seedtool-CLI TypeScript Library - v1.0.0-alpha.16
    Preparing search index...

    Interface InputFormat

    Input format interface. Matches Rust InputFormat trait.

    interface InputFormat {
        name(): string;
        roundTrippable(): boolean;
        processInput(state: Cli): Cli;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Methods