PK

ADDRLIN : /home/questend/public_html/domains/flaxzy.com/node_modules/unquote/
FLL :
Current File : /home/questend/public_html/domains/flaxzy.com/node_modules/unquote/index.js

var reg = /[\'\"]/

module.exports = function unquote(str) {
  if (!str) {
    return ''
  }
  if (reg.test(str.charAt(0))) {
    str = str.substr(1)
  }
  if (reg.test(str.charAt(str.length - 1))) {
    str = str.substr(0, str.length - 1)
  }
  return str
}


PK 99
E-SHOP || DASHBOARD
404

Page Not Found

It looks like you found a glitch in the matrix...

← Back to Home