mailgun/ts/mailgun.plugins.ts

9 lines
175 B
TypeScript
Raw Normal View History

2019-10-23 18:00:04 +00:00
// @pushrocks scope
import * as smartrequest from '@pushrocks/smartrequest';
import * as smartstring from '@pushrocks/smartstring';
export {
smartrequest,
smartstring
};