MCPcopy 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
261const slugify = str => str.replace(/\./g, '-');
262
263export {
264 explicitVersion,

Callers 1

renderPostFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected