Skip to content

Function: getFormat()

ts
function getFormat(formatName): FileFormat;

Defined in: src/io/formats.ts:185

Get file format by name.

Parameters

formatName

string

Returns

FileFormat

Released under the MIT License.