UNPKG

html-pdf-chrome

Version:

HTML to PDF and image converter via Chrome/Chromium

9 lines (8 loc) 163 B
/** * An Error signifying that the connection to Chrome was lost. * * @export */ export declare class ConnectionLostError extends Error { constructor(); }