Skip to content

Instantly share code, notes, and snippets.

@Randy808
Created September 27, 2020 22:27
Show Gist options
  • Save Randy808/1133fde05e8d432437e85e604d5e5ba3 to your computer and use it in GitHub Desktop.
Save Randy808/1133fde05e8d432437e85e604d5e5ba3 to your computer and use it in GitHub Desktop.
var hook = new SyncHook();
hook.tap("callback", () => "hello")
hook.call();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment