UNPKG

soft-delete-plugin-mongoose

Version:

a mongoose plugin that allows you to soft delete documents and restore them (for JS & TS)

4 lines (3 loc) 123 B
export { User, IUser } from './User'; export { Post, IPost } from './Post'; export { Comment, IComment } from './Comment';