Documentation

new DeferredString()

Creates a new lazily evaluated string instance.

constructor(str?: StringConvertible, args?: any[]);

Notes

Parameters

Related