Fix
Lint / lint (push) Successful in 11s

This commit is contained in:
Julien Valverdé
2025-10-24 00:00:14 +02:00
parent b73b053cc8
commit 6b9c177ae7
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { type Equivalence, Function, Predicate } from "effect"
import type * as Component from "./Component.js"
export const TypeId: unique symbol = Symbol.for("effect-fc/Memoized/Memoized")
export const TypeId: unique symbol = Symbol.for("@effect-fc/Memoized/Memoized")
export type TypeId = typeof TypeId
export interface Memoized<P> extends Memoized.Options<P> {