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

4
dist/smartanalytics.plugins.d.ts vendored Normal file
View File

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