import { ConnectionStrategy } from './index'

export const noop: ConnectionStrategy.Definition = (terminal) => terminal
