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

12 lines (10 loc) 231 B
var adapter = require('./'); /** * Extracts the values from process.env. * * @type {Function} * @public */ module.exports = adapter(function hash() { return /(debug|diagnostics)=([^&]+)/i.exec(window.location.hash)[2]; });