Skip to content

Instantly share code, notes, and snippets.

@jamiepine
Created March 29, 2019 23:41
Show Gist options
  • Save jamiepine/f514af49b9aaf5147f97e8990655d027 to your computer and use it in GitHub Desktop.
Save jamiepine/f514af49b9aaf5147f97e8990655d027 to your computer and use it in GitHub Desktop.
import Pulse from 'pulse-framework'
const pulse = new Pulse.Library({
actions: {
example({ base }, testParamOne, textParamTwo) {
console.log(testParamOne, textParamTwo)
}
}
})
pulse.base.example('hello', 'world')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment