Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 263 Bytes

prefer-method-signature.md

File metadata and controls

11 lines (6 loc) · 263 Bytes

Pattern: Property signature of function type

Issue: -

Description

Prefer foo(): void over foo: () => void in interfaces and types.

Further Reading