Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/basarat/typescript-book
/ log
Function
log
code/types/types.js:93–95 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
91
var
void_;
92
(
function
(void_) {
93
function
log(message) {
94
console.log(message);
95
}
96
})(void_ || (void_ = {}));
97
var
generics;
98
(
function
(generics) {
Callers
nothing calls this directly
Calls
1
log
Method · 0.45
Tested by
no test coverage detected