File size: 197 Bytes
4cadbaf
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8

/**
 * @param {Page[]} pages
 * @param {number} [id] Specifies the id, if applicable.
 * @param {String} [title = This is untitled.] Specifies the title.
 */
function Document(pages, id, title){
}