@timlassiter11/yatl
    Preparing search index...

    Interface StorageInterface

    interface StorageInterface {
        getItem: (key: string) => string | null;
        setItem: (key: string, value: string) => void;
    }
    Index

    Properties

    Properties

    getItem: (key: string) => string | null
    setItem: (key: string, value: string) => void