MCPcopy Create free account
hub / github.com/TejasQ/tejaskumar.com / wait

Function wait

create-testimonials.ts:12–12  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

10dotenv.config();
11
12const wait = (ms: number) => new Promise(resolve => setTimeout(resolve, ms));
13const client = new XataClient({});
14
15const main = async () => {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected