smartmail/ts/smartmail.plugins.ts
2020-06-18 21:04:52 +00:00

15 lines
369 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 smartrequest from '@pushrocks/smartrequest';
export { smartdns, smartfile, smartmustache, smartrequest };