deno.land / x / oauth4webapi@v1.2.2 / tap / run-workers.ts

run-workers.ts
View Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import QUnit from 'qunit'import run from './run.js'
export default { async fetch() { const results = await new Promise((resolve) => { run(QUnit, (results) => { resolve(results) }) })
// @ts-ignore return Response.json({ ...results }) },}
oauth4webapi

Version Info

Tagged at
2 years ago