TESSA Web API
    Preparing search index...
    • Type Parameters

      Parameters

      • storage: undefined | null | IStorage
      • key: string
      • Optionalopt: {
            checkValue?: (value: unknown) => boolean;
            cloneContainer?: boolean;
            itemFactory?: (key: string, storage: S) => T;
        }

      Returns undefined | null | Map<string, T>