mailgun/ts/mailgun.plugins.ts
2020-01-13 08:09:37 +00:00

8 lines
295 B
TypeScript

// @pushrocks scope
import * as smartfile from '@pushrocks/smartfile';
import * as smartmail from '@pushrocks/smartmail';
import * as smartrequest from '@pushrocks/smartrequest';
import * as smartstring from '@pushrocks/smartstring';
export { smartfile, smartmail, smartrequest, smartstring };