| 1 | import { PdfArray } from "#src/objects/pdf-array"; |
| 2 | import { PdfDict } from "#src/objects/pdf-dict"; |
| 3 | import { PdfName } from "#src/objects/pdf-name"; |
| 4 | import { PdfNumber } from "#src/objects/pdf-number"; |
nothing calls this directly
no test coverage detected