smartmail/ts/smartmail.plugins.ts
2023-07-28 05:49:44 +02:00

14 lines
434 B
TypeScript

// node native scope
import * as path from 'path';
export { path };
// pushrocks scope
import * as smartdns from '@push.rocks/smartdns';
import * as smartfile from '@push.rocks/smartfile';
import * as smartmustache from '@push.rocks/smartmustache';
import * as smartpath from '@push.rocks/smartpath';
import * as smartrequest from '@push.rocks/smartrequest';
export { smartdns, smartfile, smartmustache, smartpath, smartrequest };