fix(core): update

This commit is contained in:
2019-02-19 01:10:56 +01:00
parent b036bfcb92
commit 65a97c9ee0
15 changed files with 1895 additions and 702 deletions

View File

@ -1,3 +1,7 @@
import 'typings-global'
export import q = require('smartq')
export import through2 = require('through2')
import * as smartpromise from '@pushrocks/smartpromise';
import * as through2 from 'through2';
export {
smartpromise,
through2
};