Files
RSSHub/lib/utils/render.js

10 lines
209 B
JavaScript

const art = require('art-template');
const json = require('@/views/json');
// We may add more control over it later
module.exports = {
art,
json, // This should be used by RSSHub middleware only.
};