Skip to content

Instantly share code, notes, and snippets.

@tomdale
Created November 17, 2017 00:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomdale/f6ab7dbf970d567f2173f38a123fdb07 to your computer and use it in GitHub Desktop.
Save tomdale/f6ab7dbf970d567f2173f38a123fdb07 to your computer and use it in GitHub Desktop.
resolve<U>(handle: number): U {
return this.table[handle];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment