"use strict";
// WARNING: This file is modified a bit when it is compiled into index.js in
// order to support nodejs interoperability with require('autolinker') directly.
// This is done by the buildSrcFixCommonJsIndexTask() function in the gulpfile.
// See that function for more details.
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
var autolinker_1 = require("./autolinker");
// Note: the following two lines are added by gulpfile.js's buildSrcFixCommonJsIndexTask() to allow require('autolinker') to work correctly
exports = module.exports = autolinker_1.default; // redefine 'exports' object as the Autolinker class itself
Object.defineProperty( exports, "__esModule", { value: true } ); // redeclare '__esModule' on new 'exports' object
exports.default = autolinker_1.default;
var autolinker_2 = require("./autolinker");
exports.Autolinker = autolinker_2.default;
__export(require("./anchor-tag-builder"));
__export(require("./html-tag"));
__export(require("./match/index"));
__export(require("./matcher/index"));
//# sourceMappingURL=index.js.map