]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - apps/tidep0084.git/blob - example/iot-gateway/node_modules/resolve/index.js
Initial commit
[apps/tidep0084.git] / example / iot-gateway / node_modules / resolve / index.js
1 var core = require('./lib/core');
2 exports = module.exports = require('./lib/async');
3 exports.core = core;
4 exports.isCore = function (x) { return core[x] };
5 exports.sync = require('./lib/sync');