Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/roll-your-own-javascript-runtime
/ runtime.js
File
runtime.js
src/runtime.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ core } = Deno;
2
3
function
argsToMessage(...args) {
4
return
args.map((arg) => JSON.stringify(arg)).join(
" "
);
Callers
nothing calls this directly
Calls
1
argsToMessage
Function · 0.85
Tested by
no test coverage detected