PATH:
opt
/
bitninja-threat-hunting
/
node_modules
/
@dabh
/
diagnostics
/
adapters
var adapter = require('./'); /** * Extracts the values from process.env. * * @type {Function} * @public */ module.exports = adapter(function storage() { return localStorage.getItem('debug') || localStorage.getItem('diagnostics'); });
[-] process.env.js
[edit]
[+]
..
[-] hash.js
[edit]
[-] index.js
[edit]
[-] localstorage.js
[edit]