Skip to content

Commit

Permalink
Update opaque-reference.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Jul 12, 2024
1 parent 49d6728 commit 4274db2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/seroval/src/core/opaque-reference.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export class OpaqueReference<V, R = undefined> {
constructor(
public value: V,
public replacement?: R,
public readonly value: V,
public readonly replacement?: R,
) {}
}

0 comments on commit 4274db2

Please sign in to comment.