UNPKG
donobu
Version:
latest (5.47.0)
5.47.0
5.46.0
5.45.0
5.43.2
5.43.1
5.43.0
5.42.0
5.41.4
5.41.3
5.41.2
5.41.1
5.41.0
5.40.0
5.39.1
5.39.0
5.38.1
5.38.0
5.37.1
5.37.0
5.36.6
5.36.5
5.36.4
5.36.3
5.36.2
5.36.1
5.36.0
5.35.1
5.35.0
5.34.0
5.33.0
5.32.0
5.31.0
5.30.0
5.29.0
5.28.0
5.27.4
5.27.3
5.27.2
5.27.1
5.27.0
5.26.0
5.25.5
5.25.4
5.25.3
5.25.2
5.25.1
5.25.0
5.24.0
5.23.0
5.22.0
5.21.9
5.21.8
5.21.7
5.21.6
5.21.5
5.21.4
5.21.3
5.21.2
5.21.1
5.21.0
5.20.1
5.20.0
5.19.0
5.18.3
5.18.2
5.18.1
5.18.0
5.17.2
5.17.1
5.17.0
5.15.0
5.14.0
5.13.0
5.12.0
5.11.1
5.11.0
5.10.0
5.9.4
5.9.3
5.9.2
5.9.1
5.9.0
5.8.5
5.8.4
5.8.3
5.8.2
5.8.1
5.8.0
5.7.1
5.7.0
5.6.3
5.6.2
5.6.1
5.6.0
5.5.0
5.4.0
5.3.1
5.3.0
5.2.2
5.2.1
5.2.0
5.1.1
5.1.0
5.0.2
5.0.1
5.0.0
3.21.0
3.20.1
3.20.0
3.19.3
3.19.2
3.19.1
3.19.0
3.18.1
3.18.0
3.17.2
3.17.1
3.16.7
3.16.6
3.16.5
3.16.4
3.16.3
3.16.2
3.16.1
3.16.0
3.15.1
3.15.0
3.14.0
3.13.4
3.13.3
3.13.2
3.13.1
3.13.0
3.12.0
3.11.1
3.11.0
3.10.0
3.9.0
3.8.0
3.7.1
3.7.0
3.6.2
3.6.1
3.6.0
3.5.5
3.5.4
3.5.3
3.5.2
3.5.1
3.5.0
3.4.0
3.3.0
3.2.3
3.2.2
3.2.1
3.2.0
3.1.0
3.0.0
2.52.0
2.51.0
2.50.0
2.49.1
2.49.0
2.48.1
2.48.0
2.47.1
2.47.0
2.46.6
2.46.5
2.46.4
2.46.3
2.46.1
2.46.0
2.45.0
2.44.0
2.43.0
2.42.0
2.41.0
2.40.0
2.39.0
2.38.2
2.38.1
2.38.0
2.37.4
2.37.3
2.37.2
2.37.1
2.37.0
2.36.1
2.36.0
2.35.0
2.34.0
2.33.0
2.32.2
2.32.1
2.32.0
2.31.1
2.31.0
2.30.1
2.30.0
2.29.1
2.29.0
2.28.2
2.28.1
2.28.0
2.27.3
2.27.2
2.27.1
2.27.0
2.26.0
2.25.1
2.25.0
2.24.1
2.24.0
2.23.5
2.23.4
2.23.3
2.23.2
2.23.1
2.23.0
2.22.0
2.21.0
2.20.1
2.20.0
2.19.1
2.19.0
2.18.5
2.18.4
2.18.3
2.18.2
2.18.1
2.18.0
2.17.1
2.17.0
2.16.0
2.15.1
2.15.0
2.14.1
2.14.0
2.13.2
2.13.1
2.13.0
2.12.2
2.12.1
2.12.0
2.11.3
2.11.2
2.11.1
2.11.0
2.10.1
2.10.0
2.9.0
2.8.0
2.7.0
2.6.0
2.5.0
2.4.0
2.3.1
2.3.0
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.0
1.0.0
Create browser automations with an LLM agent and replay them as Playwright scripts.
donobu.com
donobu
/
dist
/
apis
/
PingApi.d.ts
11 lines
•
304 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import type { Request, Response }
from
'express'
;
/** * API endpoints for basic health/connectivity checks. */
export
declare
class
PingApi
{
/** * No-op endpoint that just returns HTTP 200. */
ping
(
_req
: Request,
res
: Response): Promise<
void
>; }
//# sourceMappingURL=PingApi.d.ts.map