MCPcopy
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

91var void_;
92(function (void_) {
93 function log(message) {
94 console.log(message);
95 }
96})(void_ || (void_ = {}));
97var generics;
98(function (generics) {

Callers

nothing calls this directly

Calls 1

logMethod · 0.45

Tested by

no test coverage detected