OliverBrotchie / optionals

Rust-like error handling and options for TypeScript and Deno!
MIT License
178 stars 8 forks source link

Flatten vs typescript 5.6.3 #15

Open heartforit opened 2 weeks ago

heartforit commented 2 weeks ago

Hi,

just noticed this error in my IDE. Currently not doing anything bad, but might in the future. Using typescript version: 5.6.3 image

Code looks legit so far, might be a typescript problem not understanding the instanceof check.

Cheers.