| 12 | function startSession(options?: ClientSessionOptions): Promise<ClientSession>; |
| 13 | |
| 14 | interface SessionOperation { |
| 15 | /** Sets the session. Useful for [transactions](/docs/transactions.html). */ |
| 16 | session(session: mongodb.ClientSession | null): this; |
| 17 | } |
| 18 | |
| 19 | interface SessionStarter { |
| 20 |
no outgoing calls
no test coverage detected
searching dependent graphs…