Skip to content

Instantly share code, notes, and snippets.

View luizstacio's full-sized avatar

Luiz Estácio | stacio.eth luizstacio

View GitHub Profile
@luizstacio
luizstacio / machine.js
Created April 29, 2021 16:32
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@luizstacio
luizstacio / abi.ts
Last active October 11, 2022 15:34
JSON generate typed functions
const functions = [
{
name: 'foo',
params: [
{
name: 'a',
type: 'string',
},
{
name: 'b',