fix(core): update

This commit is contained in:
2019-10-23 20:00:04 +02:00
parent a32b31b86d
commit 6beb085488
4 changed files with 100 additions and 23 deletions

View File

@ -0,0 +1,9 @@
import * as plugins from './mailgun.plugins';
export class MailgunAccount {
constructor(apiToken: string) {
}
}

View File

@ -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
};