isVirtualArrayContents
Type guard to check if an item is a VirtualArrayContents
Presentation
function isVirtualArrayContents (item: unknown): boolean;
Returns
boolean
-True if the item is a VirtualArrayContents, false otherwise
Parameters
Name | Type | Description |
---|---|---|
item | unknown | The item to check |