2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/ghost/stripe/index.js
2023-06-14 08:18:19 -04:00

2 lines
98 B
JavaScript

module.exports = require('./lib/StripeService');
module.exports.events = require('./lib/events');