Skip to content

Commit

Permalink
Merge pull request #3 from robskillington/master
Browse files Browse the repository at this point in the history
Export from module functions on getting doc strings and arguments as string arrays
  • Loading branch information
Gozala committed Dec 13, 2013
2 parents 0995219 + c63b47f commit a290950
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ function doc(source) {
'\n'
].join(''))
}

exports.doc = doc
exports.docAsString = extractDocs
exports.docArgsAsString = extractArgs

});

0 comments on commit a290950

Please sign in to comment.