5 Replies
string.numeric.parse
ty!
Is there something like this for turning null into undefined? and the other way around?
No I'
d probably just create your own scoped keyword for that
type('null').pipe(() => undefined)
That should work right?Yep!
string.numeric.parse
type('null').pipe(() => undefined)
That should work right?