Skip to content

Instantly share code, notes, and snippets.

@jakecyr
Created September 4, 2021 02:24
Show Gist options
  • Select an option

  • Save jakecyr/5e70afca2d7795c7aaf0799ac83f1d24 to your computer and use it in GitHub Desktop.

Select an option

Save jakecyr/5e70afca2d7795c7aaf0799ac83f1d24 to your computer and use it in GitHub Desktop.
const { SetCallback, TriggerCallback } = require('./index');
SetCallback(() => {
console.log('hello world');
});
TriggerCallback();
// 'hello world' is logged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment