skeldjs
    Preparing search index...

    Interface TagPartAttribute

    interface TagPartAttribute {
        key: string;
        value: null | string;
    }
    Index

    Properties

    Properties

    key: string
    value: null | string