Stone.js API
    Preparing search index...

    Function getObject

    Get the specified env variable value as an object.

    The environment variable key.

    Options for retrieving the value.

    The value as an object.

    • Get the specified env variable value as an object.

      Parameters

      • key: string

        The environment variable key.

      Returns Record<string, any>

      The value as an object.

    • Get the specified env variable value as an object.

      Parameters

      • key: string

        The environment variable key.

      • options: Record<string, any> | Options

        Options for retrieving the value.

      Returns Record<string, any>

      The value as an object.