jsdoc/test/fixtures/implicitcasttag.js

8 lines
81 B
JavaScript

function Foo() {}
/**
* @type {string}
* @implicitCast
*/
Foo.prototype.bar;