issues
search
project-slippi
/
slippi-js
Parse slp files and compute stats
GNU Lesser General Public License v3.0
148
stars
79
forks
source link
Refactor typings to reduce/remove type casts
#131
Closed
vinceau
closed
1 year ago
vinceau
commented
1 year ago
Description
This PR does the following:
removes avoidable type castings
prefer types over interfaces to better communicate intention and match
slippi-launcher
code style
makes some return typing a bit more explicit
Description
This PR does the following:
slippi-launcher
code style