An open API service indexing awesome lists of open source software.

https://github.com/b4dnewz/mongodb-operators

TypeScript definitions for MongoDB operators
https://github.com/b4dnewz/mongodb-operators

mongodb mongodb-definitions mongodb-operator types typescript typescript-definitions

Last synced: about 1 month ago
JSON representation

TypeScript definitions for MongoDB operators

Awesome Lists containing this project

README

          

# mongodb-operators

> TypeScript definitions for MongoDB operators

## Installation

Download it using you favourite package manager.

```
npm i -D @b4dnewz/mongodb-operators
```

Load the interfaces in your source files.

```typescript
import {QueryConditions} from "@b4dnewz/mongodb-operators"

interface IUser {
username: string
email: string
available: boolean
}

const query: QueryConditions = {
// benefit from suggestions
}
```

---

## License

This project is released under [MIT License](./LICENSE) from [Filippo Conti](https://b4dnewz.github.io/)