Effect CommunityEC
Effect Community3y ago
7 replies
Joshua

Choosing between two styles for providing a service in TypeScript

A style question, which is advisable between the following

const provide = Effect.provideService(
  Interpreter,
  Interpreter.of(service)
);
Was this page helpful?