@unikue/ts-lang-utils
    Preparing search index...

    Function getValue

    • Returns the storage value of the given key

      Parameters

      • Optionalkey: string

        The key to inspect

      • OptionaldefaultValue: string | null

        The default value if nil

      Returns string | null | undefined

      the storage value of the given key

      David Hsing

      getValue('token');