Options
All
  • Public
  • Public/Protected
  • All
Menu

string-template-format-tostring — Reference

Index

Interfaces

Type aliases

Variables

Type aliases

ToStringValue

ToStringValue: ToStringObject | undefined | null

Type of values that can be passed to formatToString

Variables

Const formatToString

formatToString: any = Tag(String as (raw: ToStringValue) => string)

Format any value that is convertible to string (i.e. can be passed to String)

Generated using TypeDoc