added readme and first working version

This commit is contained in:
2017-02-24 03:00:15 +01:00
commit a39765ce58
21 changed files with 487 additions and 0 deletions

8
ts/smartanalytics.plugins.ts Executable file
View File

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