tailscale-web - v0.1.13
    Preparing search index...

    Interface StorageAdapter

    interface StorageAdapter {
        get(key: string): string | null;
        set(key: string, value: string): void;
    }
    Index

    Methods

    Methods

    • Parameters

      • key: string

      Returns string | null

    • Parameters

      • key: string
      • value: string

      Returns void