Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 288 Bytes

no-inferred-empty-object-type.md

File metadata and controls

11 lines (6 loc) · 288 Bytes

Pattern: Inferred empty object type

Issue: -

Description

Disallow type inference of {} (empty object type) at function and constructor call sites

Further Reading