UNPKG
async-pdf
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.9
0.1.7
0.1.5
0.1.4
0.0.1
Create, Modify and Merge PDF Files
github.com/pereirasamueljp/async-pdf
pereirasamueljp/async-pdf
async-pdf
/
cjs
/
core
/
index.js
6 lines
(5 loc)
•
230 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
PDF
=
void
0
;
var
pdf_1 =
require
(
"./pdf"
);
Object
.
defineProperty
(
exports
,
"PDF"
, {
enumerable
:
true
,
get
:
function
(
) {
return
pdf_1.
PDF
; } });