docs($index): Documentation for new zip returning functionality of main api function.

This commit is contained in:
Karishma Chadha 2018-03-15 18:30:54 -04:00
parent 7f8672dfbc
commit b7c1cfd347

View file

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