Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
dotenv.config();
11
12
const
wait = (ms: number) =>
new
Promise(resolve => setTimeout(resolve, ms));
13
const
client =
new
XataClient({});
14
15
const
main =
async
() => {
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected