UNPKG

@everytravel/shared

Version:

A comprehensive shared package for Everytravel containing Mongoose models and CRUD operations for hotel booking, user management, and transaction handling. Updated with improved model syntax and enhanced error handling.

4 lines 239 B
export { createOne } from '../create/index.js'; export { getMany, getOne } from '../read/index.js'; export { updateOne, updateMany, softDelete, bulkSoftDelete } from '../update/index.js'; export { deleteOne } from '../delete/index.js';