smartbrowser/ts/index.ts

5 lines
84 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-28 21:27:55 +00:00
export class SmartBrowser {
}