ts_null.Rd
This is a type that only accepts NULL. For function return types, use ts_void.
NULL
ts_void
ts_null()
A ts object that only accepts NULL.
x <- ts_null() x$check(NULL) #> NULL