PK

ADDRLIN : /home/questend/public_html/domains/flaxzy.com/node_modules/thunky/
FLL :
Current File : /home/questend/public_html/domains/flaxzy.com/node_modules/thunky/promise.js

module.exports = thunkyp

function thunkyp (fn) {
  let running = null

  return ready

  function ready () {
    if (running) return running
    const p = fn()
    if (!(p instanceof Promise)) running = Promise.resolve(p)
    else running = p
    running.catch(onerror)
    return running
  }

  function onerror () {
    running = null
  }
}


PK 99
E-SHOP || DASHBOARD
404

Page Not Found

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

← Back to Home