Skip to content

Commit

Permalink
fix: explicit TextDecoder import for typing
Browse files Browse the repository at this point in the history
  • Loading branch information
indietyp committed Dec 9, 2024
1 parent d7b2b71 commit 29a2539
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/@local/harpc/client/typescript/src/codec/JsonDecoder.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { TextDecoder } from "node:util";

import { Data, Effect, Layer, Option, pipe, Schema, Stream } from "effect";

import { InvalidUtf8Error } from "../ClientError.js";
Expand Down

0 comments on commit 29a2539

Please sign in to comment.