yunxing
05/10/2021, 3:02 PMjs("require('fs')").readFileSync
in kotlin, is there a way to tell what the return type is? The only document I can find is on nodejs, where it says a buffer is returned. However I don't know how to access that in kotlinRobert Jaros
05/10/2021, 3:23 PM