UNPKG
@hitechline/pdf-maker
Version:
canary (1.0.0-canary.3)
latest (1.0.0-canary.1)
1.0.0-canary.3
1.0.0-canary.2
1.0.0-canary.1
github.com/hitechline/pdf-maker
hitechline/pdf-maker
@hitechline/pdf-maker
/
typings
/
constants.d.ts
4 lines
(3 loc)
•
197 B
TypeScript
View Raw
1
2
3
4
import
type
{
PDFOptions
,
PuppeteerNodeLaunchOptions
}
from
'puppeteer'
;
export
declare
const
LAUNCH_BROWSER_OPTIONS
:
PuppeteerNodeLaunchOptions
;
export
declare
const
PDF_MAKE_OPTIONS
:
PDFOptions
;