function mergeAdapters(
  defaultAdapter: typeof Adapter,
  adapters?: {
    [name: string]: typeof Adapter
  }