UNPKG

google-spreadsheet-translation-sync

Version:
16 lines (12 loc) 199 B
/** * Created by Andreas on 22/06/17. */ module.exports.withoutError = function (err, callback) { if (err) { if (callback) { callback(err) } return false } return true }