From ba185abada901e772f8c49e0b9b63bdf329ae2ff Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 25 Apr 2020 01:52:00 +0300 Subject: [PATCH] more docs... Signed-off-by: Alex A. Naanou --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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