Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 267 Bytes

index.md

File metadata and controls

7 lines (4 loc) · 267 Bytes

Ensure

ensure is a helper guard function that ensure that the passed value is not null nor undefined. Else an error gets triggered. It's usefull when you are sure that a value is defined and don't want to chain if everywhere.

Examples