smartgulp/ts/smartgulp.plugins.ts

15 lines
351 B
TypeScript
Raw Normal View History

2023-11-25 17:11:31 +00:00
// node native scope
import * as path from 'path';
export {
path
};
// @push.rocks scope
import * as smartevent from '@push.rocks/smartevent';
import * as smartfile from '@push.rocks/smartfile';
import * as smartstream from '@push.rocks/smartstream';
2018-03-03 12:57:55 +00:00
import * as through2 from 'through2';
2017-04-28 23:39:14 +00:00
2019-02-20 22:54:38 +00:00
export { smartevent, smartfile, smartstream, through2 };