mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
`projection` is a MongoDB-style projection.
Possible values include `{_id: 0}` and `{'foo.bar': 1}`. This does not mean that `T` will be an object that has either of those properties nor that their are numbers. `1` means to include the property in the return value and `0` means to leave the property out.
|
||
|---|---|---|
| .. | ||
| index.d.ts | ||
| nedb-tests.ts | ||
| tsconfig.json | ||
| tslint.json | ||