mirror of
https://github.com/scratchfoundation/scratch-parser.git
synced 2025-07-25 21:48:48 -04:00
docs(index): Update jsdocs for function exported by index.js.
This commit is contained in:
parent
7e6cb8327a
commit
2e1c7e96f0
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -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}
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue