Augmentations for booleans.
This module's augmentations can be applied by using the following import:
import "@neotype/extensions/boolean.js"; Copy
import "@neotype/extensions/boolean.js";
Booleans implement Eq and Ord.
Eq
Ord
false
true
Generated using TypeDoc
Augmentations for booleans.
Remarks
Importing this module
This module's augmentations can be applied by using the following import:
Comparing booleans
Booleans implement
Eq
andOrd
.false
or bothtrue
.false
always compares as less thantrue
.