mailgun/ts/mailgun.plugins.ts
2019-10-26 23:55:50 +02:00

7 lines
233 B
TypeScript

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