UNPKG

@tmlmobilidade/interfaces

Version:

This package provides SDK-style connectors for interacting with databases (e.g., stops, plans, rides, alerts) and external providers (e.g., authentication, storage). It simplifies data access and integration across projects.

6 lines (5 loc) 180 B
/* * */ export * from './src/interfaces/index.js'; export * from './src/mongo-collection.js'; export * from './src/mongo-transaction.js'; export * from './src/providers/index.js';