Hex Core JS
Preparing search index...
Core
Stringer
Interface Stringer
An interface for any type that can be converted to a string with a
toString
method.
interface
Stringer
{
toString
:
()
=>
string
;
}
Index
Properties
to
String
Properties
to
String
toString
:
()
=>
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
to
String
Hex Core JS
Loading...
An interface for any type that can be converted to a string with a
toStringmethod.