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