UNPKG

rsshub

Version:
8 lines (7 loc) 236 B
//#region lib/errors/types/config-not-found.ts var ConfigNotFoundError = class extends Error { name = "ConfigNotFoundError"; }; var config_not_found_default = ConfigNotFoundError; //#endregion export { config_not_found_default as t };