Docs (4.0.0)
class LazyString property

toString

Returns a string value, i.e. the result of evaluating the encapsulated string.

toString: () => string

Related

  • class LazyStringAn object that encapsulates a string, evaluated only when needed.