(options)
| 714 | } |
| 715 | |
| 716 | function Image(options) { |
| 717 | return { |
| 718 | type: types.image, |
| 719 | read: options.readImage, |
| 720 | altText: options.altText, |
| 721 | contentType: options.contentType |
| 722 | }; |
| 723 | } |
| 724 | |
| 725 | function Table(children, properties) { |
| 726 | properties = properties || {}; |
nothing calls this directly
no outgoing calls
no test coverage detected