Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/themyth92/javascript-state-machine-typings

TS typings for javascript-state-machine
https://github.com/themyth92/javascript-state-machine-typings

Last synced: 18 days ago
JSON representation

TS typings for javascript-state-machine

Awesome Lists containing this project

README

        

## JS State Machine Typing
- [Javascript State Machine](https://github.com/jakesgordon/javascript-state-machine) Typing
- Copy from https://github.com/taoqf/javascript-state-machine with some small modification.

## Command
- `npm install @ts-typings/javascript-state-machine`
- Include custom types in your tsconfig. I.e:

```
"compilerOptions": {
...
"baseUrl": "./",
"paths": {
"*": ["node_modules/@ts-typings/*"]
}
}
```