Hyperlinkv0.9.0-beta.0

Lookup

Source src/Lookup.ts:4148 lines
export const prefer = (
  service: string | { readonly key: string },
  nodeKey: string,
): Effect.Effect<string, never, Advice> =>
  advise({
    serviceKey: serviceKeyOf(service),
    prefer: nodeKey,
  });