UNPKG
@rpidanny/pdf2md
Version:
latest (1.0.0)
1.0.0
A PDF to Markdown Converter
github.com/rpidanny/pdf2md
rpidanny/pdf2md
@rpidanny/pdf2md
/
lib
/
models
/
Word.js
8 lines
(7 loc)
•
183 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module.exports =
class
Word
{
constructor
(options) {
this
.string = options.string
this
.type = options.type
// WordType
this
.format = options.format
// WordFormat
} }