smartbrowser/ts/index.ts
2019-05-29 08:57:17 +02:00

8 lines
109 B
TypeScript

import * as plugins from './smartbrowser.plugins';
export class SmartBrowser {
pdfFromPage() {
}
}