| 1 | import type { RefResolver } from "#src/helpers/types"; |
| 2 | import { PdfArray } from "#src/objects/pdf-array"; |
| 3 | import { PdfDict } from "#src/objects/pdf-dict"; |
| 4 | import type { PdfObject } from "#src/objects/pdf-object"; |
nothing calls this directly
no test coverage detected