Skip to content

How to disallow '*' type? #166

@jshbrntt

Description

@jshbrntt

How can I disallow the * type?

/**
 * Do something
 * @param {*} a
 * @param {*} b
 * @returns {undefined}
 */
function doSomething(a, b) {
  return undefined;
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions