MCPcopy Create free account
hub / github.com/porsager/postgres / delay

Function delay

tests/index.js:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8import postgres from '../src/index.js'
9const delay = ms => new Promise(r => setTimeout(r, ms))
10
11const rel = x => new URL(x, import.meta.url)
12const idle_timeout = 1

Callers 1

index.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected