mirror of
https://gitea.com/actions/setup-maven.git
synced 2025-11-07 02:36:20 +08:00
8 lines
191 B
JavaScript
8 lines
191 B
JavaScript
var async = require('./lib/async');
|
|
async.core = require('./lib/core');
|
|
async.isCore = require('./lib/is-core');
|
|
async.sync = require('./lib/sync');
|
|
|
|
exports = async;
|
|
module.exports = async;
|