smartbrowser/ts/index.ts

8 lines
109 B
TypeScript
Raw Normal View History

2019-05-28 21:27:55 +00:00
import * as plugins from './smartbrowser.plugins';
2016-09-19 18:00:19 +00:00
2019-05-29 06:57:17 +00:00
export class SmartBrowser {
pdfFromPage() {
}
}