Last active
February 29, 2020 09:21
-
-
Save jwulf/0dfa6db868afa330f6a9035f57a5aea4 to your computer and use it in GitHub Desktop.
A code sample from the article https://www.joshwulf.com/blog/2020/02/refining-method-signature/
This file contains hidden or 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
const config = decodeCreateZBWorkerSig({ | |
idOrTaskType, | |
onConnectionError, | |
optionsOrOnConnectionError, | |
taskHandlerOrOptions, | |
taskTypeOrTaskHandler, | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment