Skip to content

Function: isResourcefulUnsignedIntegerType()

ts
function isResourcefulUnsignedIntegerType(
  value: unknown,
): value is ResourcefulUnsignedIntegerType;

Type guard to check if a value is a ResourcefulUnsignedIntegerType

Parameters

ParameterTypeDescription
valueunknownThe value to check

Returns

value is ResourcefulUnsignedIntegerType

True if the value is a ResourcefulUnsignedIntegerType, false otherwise