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) 242 B
var adapter = require('./'); /** * Extracts the values from process.env. * * @type {Function} * @public */ module.exports = adapter(function storage() { return localStorage.getItem('debug') || localStorage.getItem('diagnostics'); });