wrapIfHandle
Function
function wrapIfHandle( value: unknown, client?: AspireClient): unknownSignature
method
wrapIfHandle Checks if a value is a marshalled handle and wraps it using the wrapper registry.
wrapIfHandle( value: unknown, client?: AspireClient): unknownParameters
value unknown client AspireClient optional Returns
unknown