Closed Enet4 closed 4 years ago
I noticed that the optional function argument is boolean, yet the example in the readme file was providing a {original: boolean}. It seems to be the only place of misuse, documentation and type definitions appear to be OK.
boolean
{original: boolean}
I noticed that the optional function argument is
boolean
, yet the example in the readme file was providing a{original: boolean}
. It seems to be the only place of misuse, documentation and type definitions appear to be OK.