Skip to content

Instantly share code, notes, and snippets.

@Konard
Last active October 29, 2023 19:03
Show Gist options
  • Save Konard/750aa5298555ee66e5da79e7b180fe53 to your computer and use it in GitHub Desktop.
Save Konard/750aa5298555ee66e5da79e7b180fe53 to your computer and use it in GitHub Desktop.
Sync handlers examples for Deep (http://github.com/deep-foundation)
() => {
return "result";
}
({deep, data}) => {
const linkId = data.newLink.id;
return "result";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment