This message was deleted.
s
This message was deleted.
r
Input
is the union of the plain type and
Output
so
Input<T> = T | Output<T>
Which means you can just pass in a plain string to
Input<T>
. So just use whatever lang-specific file-to-string mechanism you would ordinarily use.