1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/resolve/index.js

7 lines
174 B
JavaScript
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
var async = require('./lib/async');
2023-12-28 23:41:32 +08:00
async.core = require('./lib/core');
async.isCore = require('./lib/is-core');
2023-12-18 13:12:25 +08:00
async.sync = require('./lib/sync');
module.exports = async;