this.gui
    Preparing search index...

    Type Alias MonadDiscoveryStorage

    type MonadDiscoveryStorage = {
        getItem(key: string): string | null;
        removeItem?(key: string): void;
        setItem(key: string, value: string): void;
    }
    Index

    Methods