0.1.12 (#13)
Co-authored-by: Julien Valverdé <julien.valverde@mailo.com> Reviewed-on: #13
This commit was merged in pull request #13.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
export * from "./Class"
|
||||
export * from "./composeJsonifiable"
|
||||
export * from "./DateTime"
|
||||
export * from "./encodedAsPrismaJsonValue"
|
||||
export * from "./Kind"
|
||||
@@ -8,3 +7,4 @@ 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 composeJsonifiable = <
|
||||
export const toJsonifiable = <
|
||||
JsonifiableA,
|
||||
JsonifiableI extends JsonValue,
|
||||
JsonifiableR,
|
||||
Reference in New Issue
Block a user