Files
mailgun/ts/mailgun.plugins.ts

9 lines
362 B
TypeScript
Raw Normal View History

2019-10-23 20:00:04 +02:00
// @pushrocks scope
import * as smartfile from '@push.rocks/smartfile';
import * as smartmail from '@push.rocks/smartmail';
import * as smartrequest from '@push.rocks/smartrequest';
import * as smartsmtp from '@push.rocks/smartsmtp';
import * as smartstring from '@push.rocks/smartstring';
2019-10-23 20:00:04 +02:00
2020-08-13 00:32:05 +00:00
export { smartfile, smartmail, smartrequest, smartsmtp, smartstring };