Stone.js API
    Preparing search index...

    Function getArray

    Get the specified env variable value as an array.

    The environment variable key.

    Options for retrieving the value.

    The value as an array of strings.

    • Get the specified env variable value as an array.

      Parameters

      • key: string

        The environment variable key.

      Returns string[]

      The value as an array of strings.

    • Get the specified env variable value as an array.

      Parameters

      • key: string

        The environment variable key.

      • options: string[] | Options

        Options for retrieving the value.

      Returns string[]

      The value as an array of strings.