jooby-codec
    Preparing search index...

    Interface IHexFormatOptions

    Hex string format options.

    interface IHexFormatOptions {
        prefix?: string;
        separator?: string;
    }
    Index

    Properties

    Properties

    prefix?: string

    Leading string to add to each byte.

    empty string
    
    separator?: string

    String to separate bytes.

    one space character