Augmentations for strings.
This module's augmentations can be applied by using the following import:
import "@neotype/extensions/string.js"; Copy
import "@neotype/extensions/string.js";
Strings implement Eq and Ord.
Eq
Ord
Strings implement Semigroup. They are combined using concatenation.
Semigroup
Generated using TypeDoc
Augmentations for strings.
Remarks
Importing this module
This module's augmentations can be applied by using the following import:
Comparing strings
Strings implement
Eq
andOrd
.Combining strings as a semigroup
Strings implement
Semigroup
. They are combined using concatenation.