Submit
Path:
~
/
/
opt
/
alt
/
alt-nodejs16
/
root
/
lib
/
node_modules
/
npm
/
node_modules
/
dezalgo
/
File Content:
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) } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
LICENSE
765 bytes
0644
dezalgo.js
368 bytes
0644
package.json
1171 bytes
0644
N4ST4R_ID | Naxtarrr