| 1 | import * as Transferable from "@effect/platform/Transferable" |
| 2 | import { describe, test } from "@effect/vitest" |
| 3 | import { deepStrictEqual } from "@effect/vitest/utils" |
| 4 | import { Effect, pipe, Schema } from "effect" |
nothing calls this directly
no test coverage detected