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

14 lines (11 loc) 298 B
/*! * Module exports. */ 'use strict'; exports.Collection = function() { throw new Error('Cannot create a collection from browser library'); }; exports.Connection = function() { throw new Error('Cannot create a connection from browser library'); }; exports.BulkWriteResult = function() {};