UNPKG
skailan-core
Version:
latest (6.0.0)
6.0.0
Servicio de autenticación y multitenancy para Skailan.
github.com/skailan/skailan
skailan/skailan
skailan-core
/
dist
/
shared
/
utils
/
index.js
6 lines
•
237 B
JavaScript
View Raw
1
2
3
4
5
6
// Export all utilities from a central location
export
{ getTenantPrismaClient }
from
"./tenantPrisma"
;
export
*
from
"./commonUtils"
;
// Re-export for convenience
export
*
from
"../errors/CustomErrors"
;
//# sourceMappingURL=index.js.map