Narrowing Glossary

Browse 1 narrowing terms defined in plain English, from the cultural dictionary of computing.

1 Narrowing Terms

Type Guard
A runtime check that narrows the type of a variable within a conditional block. In TypeScript, type guards use typeof, instanceof, or custom predicates to tell...

Related Topics