fix(core): update

This commit is contained in:
2019-10-23 19:27:42 +02:00
parent 2e77b3672a
commit fa23bab37b
13 changed files with 1907 additions and 45 deletions

3
ts/index.ts Normal file
View File

@ -0,0 +1,3 @@
import * as plugins from './mailgun.plugins';
export let standardExport = 'Hi there! :) This is an exported string';

2
ts/mailgun.plugins.ts Normal file
View File

@ -0,0 +1,2 @@
const removeme = {};
export { removeme };