Skip to content

Issue triggering Typescript functions with no specified return type #16

@marshallmick007

Description

@marshallmick007

DocStubsJS doesn't seem to like to be triggered if there is a typescript function with no specified return type:

/** (nothing happens)
doSomework = (arg: string) => {

}

If a return type for the function is specified, then the comment block gets generated properly

/**
 *
 **/
doSomework = (arg: string) : void => {

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions