plexinc / papr

MongoDB TypeScript-aware Models
https://plexinc.github.io/papr/
MIT License
445 stars 23 forks source link

feat: bulkWrite method accepts readonly operations #831

Closed duncanbeevers closed 4 months ago

duncanbeevers commented 4 months ago

Closes #830

As part of an attempt to improve papr's support for immutable data structures, this simple PR allows passing a readonly array of operations to the bulkWrite method.