export function contentType()

in src/app/resources.js [4:6]


export function contentType(csv) {
  return csv ? 'text/csv' : 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet';
}