jam-my-stack/src/index.js

8 lines
187 B
JavaScript

const { parseMastoFeed } = require('./masto-feed-parser')
const { widgetify } = require('./goodreads-widgetify.js')
module.exports = {
parseMastoFeed,
goodreadsWidgetify: widgetify
};