deep-foundation / deep-foundation/deeplinks
Use one-object argument instead of positional arguments for `insertHandler`
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 13
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/deep-foundation/deeplinks/blob/561bfb694295dc376b715f6a3502964603783698/imports/handlers.ts#L14-L45
# Expected Using
```ts
insertHandler({
handleOperationTypeId: 1,
typeId: 2,
code: 'myCode',
})
```
# Current Using
```
insertHandler(1,2,'myCode')
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.