5 lines
129 B
TypeScript
5 lines
129 B
TypeScript
|
import 'typings-global';
|
||
|
import * as drivelist from 'drivelist';
|
||
|
import * as smartq from 'smartq';
|
||
|
export { drivelist, smartq };
|