gristlabs / gristlabs/ts-interface-builder
feat: Add support for callback signatures
Open
- Dominant language
- TypeScript
- Stars
- 138
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
Something like:
```
export interface IHookOnCancel {
(): void | Promise;
}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.