UNPKG

@11me/xparse

Version:

Simple html and rss parser

10 lines (9 loc) 337 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.sources = void 0; const thehackernews_com_1 = require("./thehackernews-com"); const vc_ru_1 = require("./vc-ru"); exports.sources = { thehackernews: Object.assign({}, thehackernews_com_1.thehackernews), vcru: Object.assign({}, vc_ru_1.vcru) };