MCPcopy Create free account
hub / github.com/BunnyWay/edge-script-sdk / main.ts

File main.ts

example/middleware-simple-http/src/main.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import * as BunnySDK from "@bunny.net/edgescript-sdk";
2
3function sleep(ms: number): Promise<void> {
4 return new Promise((resolve) => setTimeout(resolve, ms));

Callers

nothing calls this directly

Calls 1

sleepFunction · 0.70

Tested by

no test coverage detected