const data = fns.map(x => x(raw)).find(x => x.type !== 'UNKNOWN') || {
    raw: raw.toString(),
    type: 'UNKNOWN'
  }