Transposing a Schema in Effect Typescript

Hello, my vocabulary might be totally wrong here but is there an existing API for transposing a schema? Here's what I mean:

import { Schema } from "effect"

const NumberFromBigInt = Schema.transpose(Schema.BigIntFromNumber)
Was this page helpful?