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

    Interface Format

    Base format interface. Matches Rust Format trait.

    interface Format {
        name(): string;
        roundTrippable(): boolean;
    }

    Hierarchy (View Summary)

    Index

    Methods

    • Whether this format supports round-trip conversion

      Returns boolean