Skip to content

Function: isResourcefulIntegerType()

ts
function isResourcefulIntegerType(
  value: unknown,
): value is ResourcefulIntegerType;

Type guard to check if a value is a ResourcefulIntegerType

Parameters

ParameterTypeDescription
valueunknownThe value to check

Returns

value is ResourcefulIntegerType

True if the value is a ResourcefulIntegerType, false otherwise