export function listFormats()

in src/convert.ts [52:54]


export function listFormats(): string[] {
  return Object.keys(EXPORTERS);
}