UNPKG

canonical

Version:

Canonical code style linter and formatter for JavaScript, SCSS and CSS.

10 lines 131 B
/** * A test constructor. * @constructor * @ignore */ function Ignored() { /** a method */ this.bar = function() { } }