augment-vir - v31.68.1
Preparing search index...
safeCopyThroughJson
Function safeCopyThroughJson
safeCopyThroughJson
<
const
T
>
(
input
:
T
,
)
:
IsUnknown
<
T
>
extends
true
?
JsonCompatibleValue
:
Writable
<
Jsonify
<
T
>
>
Same as
copyThroughJson
but this uses safe serialization from
safeJsonStringify
.
Type Parameters
const
T
Parameters
input
:
T
Returns
IsUnknown
<
T
>
extends
true
?
JsonCompatibleValue
:
Writable
<
Jsonify
<
T
>
>
Package
@augment-vir/common
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
augment-vir - v31.68.1
Loading...
Same as copyThroughJson but this uses safe serialization from safeJsonStringify.