Skip to content

Function: findDescriptor()

ts
function findDescriptor(fileName): Promise<FileFormat | null>;

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

Find the appropriate file format descriptor for a given filename.

Parameters

fileName

string

Returns

Promise<FileFormat | null>

Released under the MIT License.