UNPKG
mission.pdf-module
Version:
latest (0.0.5)
next (0.0.4)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
mission pdf maker module
mission-io.github.io/docs/index.html
mission-io/pdfmaker
mission.pdf-module
/
lib
/
business
/
pdf.bo.d.ts
7 lines
(6 loc)
•
179 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
PdfModel
}
from
'../model'
;
export
declare
class
PdfBo
{
private
static
browser;
private
static
getBrowser;
pdf
(
html
:
string
,
pdf
:
PdfModel
):
Promise
<
any
>; }