mailgun/ts/mailgun.plugins.ts

9 lines
357 B
TypeScript
Raw Normal View History

2019-10-23 18:00:04 +00:00
// @pushrocks scope
2020-01-13 08:09:37 +00:00
import * as smartfile from '@pushrocks/smartfile';
2019-10-26 21:55:50 +00:00
import * as smartmail from '@pushrocks/smartmail';
2019-10-23 18:00:04 +00:00
import * as smartrequest from '@pushrocks/smartrequest';
2020-08-13 00:32:05 +00:00
import * as smartsmtp from '@pushrocks/smartsmtp';
2019-10-23 18:00:04 +00:00
import * as smartstring from '@pushrocks/smartstring';
2020-08-13 00:32:05 +00:00
export { smartfile, smartmail, smartrequest, smartsmtp, smartstring };