mailgun/ts/mailgun.plugins.ts
2019-10-23 20:00:04 +02:00

9 lines
175 B
TypeScript

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