jakesgordon / javascript-state-machine

A javascript finite state machine library
MIT License
8.69k stars 964 forks source link

export camelize function #129

Open mikeduminy opened 7 years ago

mikeduminy commented 7 years ago

After upgrading from 2 to 3 it has become tricky to call transitions without running them through a custom camelize function. I'd like to use the same function as you use.

Please provide camelize as an export.

DeanCording commented 6 years ago

+1 - makes it hard to make robust systems without being able to camelize triggers.

pzien commented 5 years ago

I need it too.