knowledgebase_law/node_modules/resolve/index.js

5 lines
97 B
JavaScript
Raw Normal View History

2025-04-11 23:47:09 +08:00
var async = require('./lib/async');
async.sync = require('./lib/sync');
module.exports = async;