MCPcopy Create free account
hub / github.com/browserify/console-browserify / log

Function log

index.js:42–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40module.exports = console
41
42function log() {}
43
44function info() {
45 console.log.apply(console, arguments)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected