Search


Search something to see results

string

string: Schema<string, unknown> = ...

This also trims the string. If you do not want this behavior, explicitly use untrimmedString

import * as x from 'unhoax'

x.untrimmedString.parse(' hello ') // ' hello '