fix(core): update

This commit is contained in:
2024-04-30 19:30:19 +02:00
parent d5f8253283
commit d13616d8f6
17 changed files with 5113 additions and 19 deletions

8
test/test.ts Normal file
View File

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