-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decorator to register options independent of register function (#133)
* Add syntax sugar to create a promise without any invocation * Fighting with the type system * property promises to resonate * Need to get type hint from registered fn * Test passing * Expose all low lvl api methods * Untyped register that fits us all * return registered fn in all overloads * fix lint
- Loading branch information
1 parent
2bda1c3
commit 32cd7ef
Showing
3 changed files
with
94 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters