Last active
February 29, 2020 09:21
-
-
Save jwulf/c27afcf00891b23bdd1c0c712f26b12a 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
createWorker( | |
id: string, | |
taskType: string, | |
taskHandler: ZB.ZBWorkerTaskHandler, | |
options?: ZBWorkerOptions & ZBClientOptions, | |
onConnectionError?: ZB.ConnectionErrorHandler): ZBWorker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment