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>