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