StringConvertible.EMPTY
The empty string, typed as StringConvertible.
const EMPTY: StringConvertible;
Notes
- This constant can be used in place of an empty string, forcing a property type to
StringConvertible.
Related
type StringConvertible
String type or object that has a toString method.
