react-carousel-query
Version:
A infinite carousel component made with react that handles the pagination for you.
20 lines (18 loc) • 541 B
JavaScript
const cache = require("./cache.js");
function initialize(babel) {
exports.init = null;
exports.version = babel.version;
exports.DEFAULT_EXTENSIONS = babel.DEFAULT_EXTENSIONS;
exports.loadOptionsAsync = babel.loadOptionsAsync;
exports.transformAsync = babel.transformAsync;
exports.getEnv = babel.getEnv;
{
exports.OptionManager = babel.OptionManager;
exports.transformSync = babel.transformSync;
}
cache.initializeCacheFilename();
}
{
initialize(require("@babel/core"));
}
//# sourceMappingURL=babel-core.js.map