Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

How do you handle arrays?  #9

@venkatperi

Description

@venkatperi

Suppose my method returns an array of {Widgit}s. How would I state this considering that the link parsing regex is: /\{([\w.]+)\}/

  • Returns {Array} of {Widget} sets the type as 'Array'
  • Returns {Array{Widget}} and other combinations of nested either indicate type to be {Widget} or fail.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions