Skip to content

Commit

Permalink
[TBD] add @typedef JSDoc comment to module.exports in lib/program-hel…
Browse files Browse the repository at this point in the history
…per.js - tsc (version 3.6.4) seems to throw an internal error at this point
  • Loading branch information
Christopher J. Brody committed Nov 1, 2019
1 parent 0a1572c commit 032d29d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/program-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,7 @@ Helper.getOptions = function () {
return commander;
};

/**
* @typedef {object} Helper
*/
module.exports = Helper;

0 comments on commit 032d29d

Please sign in to comment.