Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
* as BunnySDK from
"@bunny.net/edgescript-sdk"
;
2
3
function
sleep(ms: number): Promise<void> {
4
return
new
Promise((resolve) => setTimeout(resolve, ms));
Callers
nothing calls this directly
Calls
1
sleep
Function · 0.70
Tested by
no test coverage detected