diff --git a/README.md b/README.md index 84419c7..7851d36 100755 --- a/README.md +++ b/README.md @@ -209,6 +209,24 @@ Constructor(, , ) -> ``` +Shorthand to `Constructor(..)` +``` +C(, ..) + -> +``` + + +## Utilities + +Align text to shortest leading whitespace +``` +normalizeIndent() +normalizeIndent(, ) + -> +``` + +This is used to format `.toString(..)` return values for nested functions +to make source printing in console more pleasant to read. ## License