Function deserializeArgs

  • Deserializes an array of runtime arguments to a RuntimeArgs object.

    Returns

    A RuntimeArgs object containing the deserialized arguments.

    Throws

    Error if the input format is invalid.

    Parameters

    • arr: any

      The array of serialized runtime arguments or a Named wrapper.

    Returns undefined | Args

Generated using TypeDoc