@push.rocks/smartgulp
Version:
lightweight gulp replacement
9 lines (8 loc) • 360 B
TypeScript
/// <reference types="node" resolution-mode="require"/>
import * as path from 'path';
export { path };
import * as smartevent from '@push.rocks/smartevent';
import * as smartfile from '@push.rocks/smartfile';
import * as smartstream from '@push.rocks/smartstream';
import * as through2 from 'through2';
export { smartevent, smartfile, smartstream, through2 };