@tikoci/centrs
    Preparing search index...

    Interface RunToken

    One token of the leading path run, with the punctuation that introduced it.

    interface RunToken {
        name: string;
        sep: Sep;
    }
    Index

    Properties

    Properties

    name: string
    sep: Sep