PHP 8.2.30
Preview: dezalgo.js Size: 368 B
/lib/node_modules/npm/node_modules/dezalgo/dezalgo.js

var wrappy = require('wrappy')
module.exports = wrappy(dezalgo)

var asap = require('asap')

function dezalgo (cb) {
  var sync = true
  asap(function () {
    sync = false
  })

  return function zalgoSafe() {
    var args = arguments
    var me = this
    if (sync)
      asap(function() {
        cb.apply(me, args)
      })
    else
      cb.apply(me, args)
  }
}

Directory Contents

Dirs: 0 × Files: 5

Name Size Perms Modified Actions
111 B lrw-r--r-- 2021-03-10 14:36:40
Edit Download
368 B lrw-r--r-- 2021-03-10 14:36:40
Edit Download
765 B lrw-r--r-- 2021-03-10 14:36:40
Edit Download
3.15 KB lrw-r--r-- 2021-03-10 14:36:40
Edit Download
651 B lrw-r--r-- 2021-03-10 14:36:40
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).