18 lines
393 B
TypeScript
18 lines
393 B
TypeScript
export * from '../npmts.plugins'
|
|
|
|
import * as gulp from 'gulp'
|
|
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 tapbuffer from 'tapbuffer'
|
|
|
|
export {
|
|
gulp,
|
|
gulpFunction,
|
|
gulpSourcemaps,
|
|
gulpTypeScript,
|
|
smartcov,
|
|
tapbuffer
|
|
}
|