github-pages-deploy-action/node_modules/resolve/index.js

7 lines
174 B
JavaScript
Raw Normal View History

2020-01-28 13:08:03 +08:00
var async = require('./lib/async');
2020-03-07 11:45:40 +08:00
async.core = require('./lib/core');
async.isCore = require('./lib/is-core');
2020-01-28 13:08:03 +08:00
async.sync = require('./lib/sync');
module.exports = async;