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

    Function getValue

    • Returns the storage value of the given name

      Parameters

      • Optionalname: string

        the name to inspect

      • Optionaloptions: CookieGetOptions

        the options to get the key

      • OptionaldefaultValue: null | string

        the default value if nil

      Returns undefined | null | string

      the storage value of the given key

      David Hsing

      getValue('token');