@mudssky/jsutils
    Preparing search index...

    Interface StorageInfo

    interface StorageInfo {
        cacheInfo?: any;
        currentSize: number;
        keys: string[];
        limitSize: number;
    }
    Index

    Properties

    cacheInfo?: any
    currentSize: number
    keys: string[]
    limitSize: number