mongoosejs / mongoose-lean-getters

Apply getters on lean() documents: https://mongoosejs.com/docs/tutorials/lean.html
Apache License 2.0
11 stars 16 forks source link

how to set getter:true by default ? #33

Open rajsavsani opened 2 months ago

rajsavsani commented 2 months ago

feature how to set {getter:true} by default ?

not only while using lean({getter: true})