summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/resolve/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/ImportarDesdeURL/node_modules/resolve/index.js')
-rw-r--r--bin/wiki/ImportarDesdeURL/node_modules/resolve/index.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/wiki/ImportarDesdeURL/node_modules/resolve/index.js b/bin/wiki/ImportarDesdeURL/node_modules/resolve/index.js
new file mode 100644
index 00000000..eb6ba89e
--- /dev/null
+++ b/bin/wiki/ImportarDesdeURL/node_modules/resolve/index.js
@@ -0,0 +1,8 @@
+var core = require('./lib/core');
+var async = require('./lib/async');
+async.core = core;
+async.isCore = function isCore(x) { return core[x]; };
+async.sync = require('./lib/sync');
+
+exports = async;
+module.exports = async;