Skip to content

Commit 5bf9bde

Browse files
committed
fixup! feat(effect): Add client/server entrypoints without functionality
1 parent 85c00da commit 5bf9bde

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/effect/src/index.types.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ export * from './client/index';
1111
export * from './server/index';
1212

1313
/** Creates an Effect Layer that initializes Sentry and integrates tracing, logging, and metrics. */
14-
export declare function effectLayer(options: EffectClientLayerOptions | EffectServerLayerOptions): EffectLayer.Layer<never, never, never>;
14+
export declare function effectLayer(
15+
options: EffectClientLayerOptions | EffectServerLayerOptions,
16+
): EffectLayer.Layer<never, never, never>;

0 commit comments

Comments
 (0)