UNPKG

@rpidanny/pdf2md

Version:
8 lines (7 loc) 183 B
module.exports = class Word { constructor (options) { this.string = options.string this.type = options.type // WordType this.format = options.format // WordFormat } }