@fermyon/spin-sdk
    Preparing search index...

    Function get

    • Gets the value of a variable if it exists, otherwise returns null.

      Parameters

      • key: string

        The key of the variable to retrieve.

      Returns null | string

      The value of the variable, or null if it does not exist or an error occurs.