fauna / faunadb-js

Javascript driver for Fauna v4 (deprecated)
https://docs.fauna.com/fauna/v4/
Other
702 stars 75 forks source link

Typechecking functions such as `IsString` should also null as a parameter (typescript typing issue) #660

Closed wallslide closed 2 years ago

wallslide commented 2 years ago

When checking whether a variable is a specific type, it's valid to pass null as a value.

github-actions[bot] commented 2 years ago

Internal ticket number is FE-2725

wallslide commented 2 years ago

I guess it was a caching issue in my node_modules folder, because 4.7.0 seems to have already fixed this, whoops