Schema
import { x } from 'unhoax'// reminder: type Schema<T, Input = unknown> = …declare const stringFromNumber = Schema<string, number>x.InputOf<typeof schema> // number Copy
import { x } from 'unhoax'// reminder: type Schema<T, Input = unknown> = …declare const stringFromNumber = Schema<string, number>x.InputOf<typeof schema> // number
See
Schema
Example