MCPcopy Create free account
hub / github.com/breck7/scroll /

Class

external/.scrollLibs.js:13990–13990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13988 }
13989}
13990class Utils {
13991 static getFileExtension(filepath = "") {
13992 const match = filepath.match(/\.([^\.]+)$/)
13993 return (match && match[1]) || ""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected