MCPcopy Index your code
hub / github.com/QwikDev/qwik / extname

Method extname

packages/qwik/src/optimizer/src/types.ts:348–348  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

346 dirname(path: string): string;
347 basename(path: string, ext?: string): string;
348 extname(path: string): string;
349 format(pathObject: {
350 root: string;
351 dir: string;

Callers 5

getChildFilePathsFunction · 0.65
getImageSizeServerFunction · 0.65
patchModuleFormatFunction · 0.65
imagePluginFunction · 0.65
transformFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected