UNPKG

recoder-code

Version:

Complete AI-powered development platform with ML model training, plugin registry, real-time collaboration, monitoring, infrastructure automation, and enterprise deployment capabilities

8 lines (6 loc) 232 B
exports.getCallback = function (options, callback) { return typeof options === 'function' ? options : callback } exports.getOptions = function (options) { return typeof options === 'object' && options !== null ? options : {} }