Thibaud Giovannetti
Thibaud Giovannetti
Same in Webstorm (#WS-232.10227.9, built on November 11, 2023). Editing the .d.ts, moving the simplest definition of the method $d() below other $d() definitions fix the issue for multiples args...
@dcavanagh All primitives should be a good start ? (`boolean`, `string`, `number`, `integer`, `float`) Maybe it could be interesting to extends to `array` and `enum`...
@Jameskmonger Yes, of course. Even if it's by design, casting types into the wanted format should/could be a great feature for : • Type check on request (throwing wrong type...