UNPKG

@foal/mongodb

Version:

MongoDB package for FoalTS session

7 lines (6 loc) 189 B
/** * FoalTS * Copyright(c) 2017-2025 Loïc Poullain * Released under the MIT License. */ export { MongoDBStore, MongoDBStore as ConcreteSessionStore, } from './mongodb-store.service';