MCPcopy Create free account
hub / github.com/error311/FileRise / norm

Function norm

public/js/adminPanel.js:409–409  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

407
408 // Normalize versions so "v1.0.1" and "1.0.1" compare cleanly
409 const norm = (v) => String(v || '').trim().replace(/^v/i, '');
410
411 const latestRaw = (typeof PRO_LATEST_BUNDLE_VERSION !== 'undefined'
412 ? PRO_LATEST_BUNDLE_VERSION

Callers 2

getAdminTitleFunction · 0.70
openAdminPanelFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected