mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
4 lines
151 B
JavaScript
4 lines
151 B
JavaScript
const createPlugin = require('./lib/util/createPlugin')
|
|
|
|
module.exports = (createPlugin.__esModule ? createPlugin : { default: createPlugin }).default
|