Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/directus/directus
/ getFileExt
Function
getFileExt
packages/extensions-sdk/src/cli/utils/file.ts:1–3 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
1
export
function
getFileExt(path: string): string {
2
return
path.substring(path.lastIndexOf(
'.'
) + 1);
3
}
Callers
2
getLanguageFromPath
Function · 0.85
getRollupOutputOptions
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected