docs(index): Update jsdocs for function exported by index.js.

This commit is contained in:
Karishma Chadha 2018-02-26 15:45:19 -05:00
parent 7e6cb8327a
commit 2e1c7e96f0

View file

@ -9,7 +9,7 @@ var analyze = require('./lib/analyze');
* Unpacks, parses, validates, and analyzes Scratch projects. If successful,
* will return a valid Scratch project object with appended metadata.
*
* @param {Buffer} Input buffer
* @param {Buffer | string} Input buffer or string representing scratch project
*
* @return {Object}
*/