BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-07-17 02:38:15 +02:00
commit 5cc82427f6
14 changed files with 11580 additions and 0 deletions

8
test/test.ts Normal file
View File

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