Skip to content

Latest commit

History

History
3 lines (2 loc) 路 153 Bytes

check-for-promise.md

File metadata and controls

3 lines (2 loc) 路 153 Bytes

Check for Promise

The only reliable way to check if an object is a Promise is to check if the object has a then property. Hence the name "thenable".