UNPKG
@armandabric/pdf-snapshot-matcher
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
PDF snapshot matcher
github.com/armandabric/pdf-snapshot
armandabric/pdf-snapshot
@armandabric/pdf-snapshot-matcher
/
src
/
index.ts
6 lines
(5 loc)
•
93 B
text/typescript
View Raw
1
2
3
4
5
6
export
{ toMatchPdfSnapshot,
type
Options
,
type
Result
, }
from
'./toMatchPdfSnapshot'
;