@valon-technologies/gestalt
    Preparing search index...

    Interface KeyValue

    KeyValue represents one IndexedDB key: a scalar (string, number, date, binary) or a nested array of keys, per the W3C spec. https://www.w3.org/TR/IndexedDB/#key-construct

    interface KeyValue {
        kind: KeyValueKind;
    }
    Index

    Properties

    Properties