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
- Host: GitHub
- URL: https://github.com/b4dnewz/mongodb-operators
- Owner: b4dnewz
- License: other
- Created: 2019-11-05T12:11:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T19:59:57.000Z (almost 5 years ago)
- Last Synced: 2025-10-21T23:50:00.519Z (8 months ago)
- Topics: mongodb, mongodb-definitions, mongodb-operator, types, typescript, typescript-definitions
- Language: TypeScript
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)