Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/tfjs-examples
/ sleep
Function
sleep
baseball-node/utils.js:27–29 ·
view source on GitHub ↗
(ms)
Source
from the content-addressed store, hash-verified
25
26
// Sleeps for a given ms.
27
function
sleep(ms) {
28
return
new
Promise(resolve => setTimeout(resolve, ms));
29
}
30
31
module.exports = {
32
normalize,
Callers
1
run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected