fix(core): update

This commit is contained in:
2023-01-06 10:36:54 +01:00
commit dab858453d
13 changed files with 4754 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 isotransport from '../ts/index.js';
tap.test('first test', async () => {
console.log(isotransport);
});
tap.start();