(options)
| 759 | } |
| 760 | |
| 761 | function BookmarkStart(options) { |
| 762 | return { |
| 763 | type: types.bookmarkStart, |
| 764 | name: options.name |
| 765 | }; |
| 766 | } |
| 767 | |
| 768 | exports.document = exports.Document = Document; |
| 769 | exports.paragraph = exports.Paragraph = Paragraph; |
nothing calls this directly
no outgoing calls
no test coverage detected