fix(core): update
This commit is contained in:
9
ts/mailgun.classes.account.ts
Normal file
9
ts/mailgun.classes.account.ts
Normal file
@ -0,0 +1,9 @@
|
||||
import * as plugins from './mailgun.plugins';
|
||||
|
||||
export class MailgunAccount {
|
||||
|
||||
|
||||
constructor(apiToken: string) {
|
||||
|
||||
}
|
||||
}
|
@ -1,2 +1,8 @@
|
||||
const removeme = {};
|
||||
export { removeme };
|
||||
// @pushrocks scope
|
||||
import * as smartrequest from '@pushrocks/smartrequest';
|
||||
import * as smartstring from '@pushrocks/smartstring';
|
||||
|
||||
export {
|
||||
smartrequest,
|
||||
smartstring
|
||||
};
|
||||
|
Reference in New Issue
Block a user