UNPKG
saas-subscription-helper
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
A helper package for integrating Stripe Payment Links with Supabase in SaaS applications.
saas-subscription-helper
/
src
/
supabase
/
index.js
4 lines
•
101 B
JavaScript
View Raw
1
2
3
4
module
.exports = {
updateUser:
require
(
'./updateUser'
),
fetchUser:
require
(
'./fetchUser'
) };