MkdirCallback

typealias MkdirCallback = (err: AbstractJsException?) -> Unit

Callback: fs.mkdir

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