Files
smartgulp/ts/smartgulp.plugins.ts
T

15 lines
358 B
TypeScript
Raw Permalink Normal View History

2023-11-25 18:11:31 +01:00
// node native scope
import * as path from 'node:path';
2023-11-25 18:11:31 +01:00
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';
import { minimatch } from 'minimatch';
2017-04-29 01:39:14 +02:00
export { smartevent, smartfile, smartstream, minimatch };