Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/nodejs.org
/ slugify
Function
slugify
apps/site/scripts/release-post/index.mjs:261–261 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
259
};
260
261
const
slugify = str => str.replace(/\./g,
'-'
);
262
263
export
{
264
explicitVersion,
Callers
1
renderPost
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected