Skip to content

Commit

Permalink
Update types.js
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocargnelutti committed Aug 15, 2024
1 parent 4f32104 commit 8b6a113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @property {?string} signingUrl - If set, will be used to try and sign the resulting archive.
* @property {?string} signingToken - Access token to be used in combination with `signingUrl`.
* @property {?Object} datapackageExtras - If set, will be appended to datapackage.json under `extras`.
* @property {?string} cdxj - If set, skips indexing and allows for passing CDXJ files "as is". Path to a folder containing CDXJ files. Allows
* @property {?string} cdxj - If set, skips indexing and allows for passing CDXJ files "as is". Path to a folder containing CDXJ files.
* @property {?string} pages - If set, allows for passing pre-set pages.jsonl file(s). Path to a folder containing pages files (pages.jsonl, extraPages.jsonl ...). Must be used in combination with `pages`, since using this option will skip the step required to generate a pages.jsonl file.
* @property {?any} log - Will be used instead of the Console API for logging, if compatible (i.e: loglevel). Defaults to globalThis.console.
*/
Expand Down

0 comments on commit 8b6a113

Please sign in to comment.