Closed xiongtx closed 6 years ago
The type hint here prevents the use of a File, which is what we'd get if we used (-> <name.p12> io/resource io/file).
File
(-> <name.p12> io/resource io/file)
Sure, feel free to add a PR that does an appropriate coercion there. Just as long as we avoid the reflector; feel free to do dynamic type checks if that's easier. :)
The type hint here prevents the use of a
File
, which is what we'd get if we used(-> <name.p12> io/resource io/file)
.