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