update from q to smartq
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
import "typings-global"
|
||||
export import beautylog = require("beautylog");
|
||||
export import Q = require("q");
|
||||
export import lodash= require("lodash");
|
||||
export import rxjs = require("rxjs");
|
||||
import * as beautylog from "beautylog"
|
||||
import * as lodash from "lodash"
|
||||
import * as rxjs from "rxjs"
|
||||
import * as q from 'smartq'
|
||||
|
||||
export {
|
||||
beautylog,
|
||||
lodash,
|
||||
rxjs,
|
||||
q
|
||||
}
|
Reference in New Issue
Block a user