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 (5 loc) 210 B
'use strict'; const getPackageType = require('./async.cjs'); const getPackageTypeSync = require('./sync.cjs'); module.exports = filename => getPackageType(filename); module.exports.sync = getPackageTypeSync;