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

3 lines
98 B
JavaScript

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