Loose string schema

Does arktype have loose string support? though the schema can accept any string, the infered type can be something like
type Thing = "literal" | "or" | "any" | (string & {})
Was this page helpful?