@natoboram/based.ts
    Preparing search index...

    Interface BasedJSON

    A JSON representation of a Based.

    a string representation of the base

    the character set used for encoding

    the encoded string

    interface BasedJSON {
        base: string;
        space: string;
        value: string;
    }
    Index

    Properties

    Properties

    base: string
    space: string
    value: string