Submit
Path:
~
/
/
opt
/
alt
/
alt-nodejs11
/
root
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
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) } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
.travis.yml
111 bytes
0644
LICENSE
765 bytes
0644
README.md
651 bytes
0644
dezalgo.js
368 bytes
0644
package.json
3229 bytes
0644
N4ST4R_ID | Naxtarrr