Yamato DaiwaFrontend (2.0.0-beta.0)

buildString

(
):string

Allows to build the strings using the syntax similar to ES6 template literals. However, due to Stylus limitations, it is required to pass the associative array-like object via second parameter where the keys must refer to variable's names mentioned in the template string.

String Building Methods Comparison

String Concatenation (Native)

Sprintf (Native)

buildString (YDF)