Function: isResourcefulUnsignedIntegerType()
ts
function isResourcefulUnsignedIntegerType(
value: unknown,
): value is ResourcefulUnsignedIntegerType;Type guard to check if a value is a ResourcefulUnsignedIntegerType
Parameters
| Parameter | Type | Description |
|---|---|---|
value | unknown | The value to check |
Returns
value is ResourcefulUnsignedIntegerType
True if the value is a ResourcefulUnsignedIntegerType, false otherwise