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 ' Copy
import * as x from 'unhoax'x.untrimmedString.parse(' hello ') // ' hello '
This also trims the string. If you do not want this behavior, explicitly use untrimmedString