smartmail/ts/smartmail.plugins.ts
2022-08-07 11:38:07 +02:00

14 lines
429 B
TypeScript

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