const FOOBAR = type("('foo' | 'bar')", "&", {__brand: "'FOOBAR'"}).pipe((x, ctx) => {
return x
})
type TFOOBAR = typeof FOOBAR.infer
const FOOBAR = type("('foo' | 'bar')", "&", {__brand: "'FOOBAR'"}).pipe((x, ctx) => {
return x
})
type TFOOBAR = typeof FOOBAR.infer