PK

ADDRLIN : /home/questend/public_html/domains/flaxzy.com/node_modules/cosmiconfig/dist/
FLL :
Current File : /home/questend/public_html/domains/flaxzy.com/node_modules/cosmiconfig/dist/cacheWrapper.js

//      
'use strict';

function cacheWrapper   (cache                 , key        , fn         )    {
  if (!cache) {
    return fn();
  }

  const cached = cache.get(key);
  if (cached !== undefined) {
    return cached;
  }

  const result = fn();
  cache.set(key, result);
  return result;
}

module.exports = cacheWrapper;


PK 99
E-SHOP || DASHBOARD
404

Page Not Found

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

← Back to Home