UNPKG

mongoose-smart-delete

Version:

A Mongoose plugin for implementing soft delete functionality, allowing documents to be marked as deleted without being removed from the database.

4 lines (3 loc) 109 B
module.exports = async function () { if (globalThis.Mongod !== undefined) await globalThis.Mongod.stop() }