jakesgordon / javascript-state-machine

A javascript finite state machine library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v3.0+ has no type definition file for typescript.

dziesig opened this issue · comments

I am trying to use the javascript-state-machine V3.01 from a react/typescript app. Unfortunately, it will not compile due to incompatibility between the V3 code and the V2.4 index.d.ts file. I will attempt to produce a V3 index.d.ts file, but if I do, it will be my first ;). Hopefully someone more experienced in typescript has already done this but forgot to commit it.

Thanks,
Don

Someone already done this. Will post more info when I got time

#134 Here it is

Thanks