blob: 125d8146423596fa289ec4edf8e3c78ef92eb7c7 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001var async = require('./lib/async');
2async.core = require('./lib/core');
3async.isCore = require('./lib/is-core');
4async.sync = require('./lib/sync');
5
6module.exports = async;