PIbd-21_Danilov_V.V._Intern.../Lab3/node_modules/resolve/index.js

7 lines
174 B
JavaScript
Raw Normal View History

2023-12-19 20:23:11 +04:00
var async = require('./lib/async');
async.core = require('./lib/core');
async.isCore = require('./lib/is-core');
async.sync = require('./lib/sync');
module.exports = async;