Skip to content

An option to reduce single output returns #13

@SilentCicero

Description

@SilentCicero

Issue Type

  • Feature

Description

Outputs are currently in the object format:

await someMethod() : {
   0: ...,
   1: ...,
}

For single output returns we might want to have an option reduceOutputReturns so that outputs are just the single value output. This is an opinion, but one many people use all the time.

await someMethod() : ....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions