Pibd-21_Alekseev_I.S._Inter.../IP/node_modules/resolve/index.js
VanyaAlekseev ccc3e790bb lab2
2023-12-03 16:59:28 +04:00

7 lines
174 B
JavaScript

var async = require('./lib/async');
async.core = require('./lib/core');
async.isCore = require('./lib/is-core');
async.sync = require('./lib/sync');
module.exports = async;