renovate
Version:
Automated dependency updates. Flexible so you don't need to be.
16 lines • 516 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.fetchers = void 0;
const html_1 = require("./html");
const json_1 = require("./json");
const plain_1 = require("./plain");
const toml_1 = require("./toml");
const yaml_1 = require("./yaml");
exports.fetchers = {
html: new html_1.HtmlFetcher(),
json: new json_1.JSONFetcher(),
plain: new plain_1.PlainFetcher(),
toml: new toml_1.TomlFetcher(),
yaml: new yaml_1.YamlFetcher(),
};
//# sourceMappingURL=index.js.map