Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

TypeScript's full error message on that last one is actually

  Type 'Boolean' is not assignable to type 'boolean'.
    'boolean' is a primitive, but 'Boolean' is a wrapper object. Prefer using 'boolean' when possible.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: