UNPKG

head2json

Version:

Parses C++ files and converts the header to a JSON object.

5 lines 177 B
module.exports = function(filePath) { if (!filePath) throw new TypeError( "Required parameter missing: filePath" ); return require('./methods/get')(filePath); }