DefinitelyTyped/types/nedb
Christian Paul 7f3c3f89ae
NeDB: projection is not T (#47460)
`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.
2020-09-11 09:28:48 -07:00
..
index.d.ts
nedb-tests.ts
tsconfig.json
tslint.json