Documentation - v0.0.0
Preparing search index...
@crisiscleanup/config
stringifyObjectValues
Function stringifyObjectValues
stringifyObjectValues
<
T
extends
Record
<
string
,
unknown
>
>
(
object
:
T
,
)
:
Stringified
<
T
>
Stringify all values of an object.
Type Parameters
T
extends
Record
<
string
,
unknown
>
Parameters
object
:
T
input object.
Returns
Stringified
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation - v0.0.0
Loading...
Stringify all values of an object.