This commit is contained in:
@@ -2,9 +2,9 @@ export * from "./Class"
|
||||
export * from "./DateTime"
|
||||
export * from "./encodedAsPrismaJsonValue"
|
||||
export * from "./Kind"
|
||||
export * from "./makeJsonifiable"
|
||||
export * as MobX from "./MobX"
|
||||
export * from "./MutableClass"
|
||||
export * from "./MutableTaggedClass"
|
||||
export * from "./Tag"
|
||||
export * from "./TaggedClass"
|
||||
export * from "./toJsonifiable"
|
||||
|
||||
@@ -2,7 +2,7 @@ import { Schema } from "@effect/schema"
|
||||
import type { JsonValue } from "type-fest"
|
||||
|
||||
|
||||
export const makeJsonifiable = <
|
||||
export const toJsonifiable = <
|
||||
JsonifiableA,
|
||||
JsonifiableI extends JsonValue,
|
||||
JsonifiableR,
|
||||
Reference in New Issue
Block a user