This commit is contained in:
2017-06-09 01:24:19 +02:00
parent b269a05b3f
commit fbf107c3c7
20 changed files with 527 additions and 24 deletions

8
ts/smartdrive.plugins.ts Normal file
View File

@@ -0,0 +1,8 @@
import 'typings-global'
import * as drivelist from 'drivelist'
import * as smartq from 'smartq'
export {
drivelist,
smartq
}