Function: inferFormat()
inferFormat(
filename):ArtifactFormat|undefined
Defined in: packages/core/src/domain/services/format-inference.ts:9
Infers the artifact format name from a filename extension.
Parameters
filename
string
The filename (or output path) to inspect
Returns
ArtifactFormat | undefined
The inferred format name, or undefined if the extension is unrecognised