2016-10-21 15:48:52 +00:00
|
|
|
export * from '../npmts.plugins';
|
|
|
|
import * as gulp from 'gulp';
|
|
|
|
import * as gulpFunction from 'gulp-function';
|
|
|
|
import * as gulpSourcemaps from 'gulp-sourcemaps';
|
2017-01-15 19:01:10 +00:00
|
|
|
import * as gulpTypeScript from 'gulp-typescript';
|
2017-03-31 17:18:18 +00:00
|
|
|
import * as smartcov from 'smartcov';
|
2017-03-04 20:49:10 +00:00
|
|
|
import * as tapbuffer from 'tapbuffer';
|
2017-03-31 17:18:18 +00:00
|
|
|
export { gulp, gulpFunction, gulpSourcemaps, gulpTypeScript, smartcov, tapbuffer };
|