i can figure out what this `FunFunction` is and ca...
# kotlin-native
a
i can figure out what this
FunFunction
is and can find any reference. is this a typo?
j
I missed the
Copy code
typealias FunFunction = (String) -> String?
. I’ll update the text. Another alternative is to replace
FunFunction
with
(String) -> String?
in the code
I’ve pushed the fix, the site will update soon Thanks for pointing that out!