Hacker News new | ask | show | jobs
by cameronkknight 4725 days ago
type-checking and such features can be easily disabled by sticking

const DISABLE_TYPE_CHECKING = true

at the top of your file. It's handy to have in development vs. production.