plyr
plyr copied to clipboard
Fix Player Controllers type declaration. Accept string instead of string[]. Just like controller.md example, which accepts string, not string[]
…ing[]. Just like controller.md example, which accepts string, not string[]
Link to related issue (if applicable)
Summary of proposed changes
I guess it should be string | Array<string> | ...? Array<string> is still valid.
I've added string as per my comment. Commit incoming.