MCPcopy Index your code
hub / github.com/spicetify/cli / idToProperName

Function idToProperName

Extensions/bookmark.js:321–325  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

319
320 // Utilities
321 function idToProperName(id) {
322 const newId = id.replace(/-/g, " ").replace(/^.|\s./g, (char) => char.toUpperCase());
323
324 return newId;
325 }
326
327 function createMenu() {
328 const container = document.createElement("div");

Callers 1

storeThisPageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected