mailgun/ts/mailgun.plugins.ts

8 lines
295 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';
import * as smartstring from '@pushrocks/smartstring';
2020-01-13 08:09:37 +00:00
export { smartfile, smartmail, smartrequest, smartstring };