mailgun/ts/mailgun.plugins.ts

7 lines
233 B
TypeScript
Raw Normal View History

2019-10-23 18:00:04 +00:00
// @pushrocks scope
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';
import * as smartstring from '@pushrocks/smartstring';
2019-10-26 21:55:50 +00:00
export { smartmail, smartrequest, smartstring };