Coda by Ian Macalinao
    Preparing search index...

    Interface NumberTypeNode<TFormat>

    interface NumberTypeNode<TFormat extends NumberFormat = NumberFormat> {
        endian: "be" | "le";
        format: TFormat;
        kind: "numberTypeNode";
    }

    Type Parameters

    Index

    Properties

    Properties

    endian: "be" | "le"
    format: TFormat
    kind: "numberTypeNode"