deep-foundation / deep-foundation/deeplinks
Make syntax even shorter for DeepClient queries
Open
- Dominant language
- TypeScript
- Stars
- 13
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
from
```js
await deep.select({
type_id: { _id: ["@deep-foundation/core", "Promise"] },
});
```
to
```js
await deep.select({
type_id: ["@deep-foundation/core", "Promise"],
});
```
This should also be supported for IUD operations.
This can be done at the same time with this issue: https://github.com/deep-foundation/deeplinks/issues/181
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.