9 lines
390 B
TypeScript
9 lines
390 B
TypeScript
export * from '../npmts.plugins';
|
|
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';
|
|
export { gulpFunction, gulpSourcemaps, gulpTypeScript, smartcov, smartgulp, tapbuffer };
|