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

8
test/test.ts Normal file
View File

@ -0,0 +1,8 @@
import { expect, tap } from '@pushrocks/tapbundle';
import * as mailgun from '../ts/index';
tap.test('first test', async () => {
console.log(mailgun.standardExport);
});
tap.start();