sparse-intern-71089
10/16/2021, 5:40 PMred-match-15116
10/16/2021, 8:03 PMInput
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.