ReadFileCallback

typealias ReadFileCallback = (err: AbstractJsException?, data: Any?) -> Unit

Callback: fs.readFile

Describes the callback function shape which is provided to the readFile operation.