Skip to content
Docs Try Aspire

isMarshalledHandle

Function
📦 Aspire.Hosting v13.2.0-preview.1.26159.1
function isMarshalledHandle(value: unknown): boolean

Signature

method isMarshalledHandle
Type guard to check if a value is a marshalled handle.
isMarshalledHandle(value: unknown): value is MarshalledHandle
value unknown
boolean