2018-04-08 23:03:39 +00:00
|
|
|
export * from '../npmts.plugins';
|
2016-10-21 15:48:52 +00:00
|
|
|
|
2018-04-08 23:03:39 +00:00
|
|
|
import * as gulpFunction from 'gulp-function';
|
|
|
|
import * as gulpSourcemaps from 'gulp-sourcemaps';
|
|
|
|
import * as gulpTypeScript from 'gulp-typescript';
|
|
|
|
import * as smartcov from 'smartcov';
|
|
|
|
import * as smartgulp from 'smartgulp';
|
|
|
|
import * as tapbuffer from 'tapbuffer';
|
2016-10-21 15:48:52 +00:00
|
|
|
|
2018-04-08 23:03:39 +00:00
|
|
|
export { gulpFunction, gulpSourcemaps, gulpTypeScript, smartcov, smartgulp, tapbuffer };
|