mirror of
https://github.com/stCarolas/setup-maven.git
synced 2024-11-23 19:46:38 +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;
|