X7ROOT File Manager
Current Path:
/lib/node_modules/npm/node_modules/dezalgo
lib
/
node_modules
/
npm
/
node_modules
/
dezalgo
/
??
..
??
.travis.yml
(111 B)
??
LICENSE
(765 B)
??
README.md
(651 B)
??
dezalgo.js
(368 B)
??
package.json
(3.15 KB)
Editing: 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) } }
Upload File
Create Folder