@mikeyt23/node-cli-utils
    Preparing search index...

    Type Alias StringBoolEntry

    type StringBoolEntry = {
        key: string;
        value: boolean;
    }
    Index

    Properties

    Properties

    key: string
    value: boolean