Skip to content

Function: isResourcefulBigintType()

ts
function isResourcefulBigintType(
  value: unknown,
): value is ResourcefulBigintType;

Type guard to check if a value is a ResourcefulBigintType

Parameters

ParameterTypeDescription
valueunknownThe value to check

Returns

value is ResourcefulBigintType

True if the value is a ResourcefulBigintType, false otherwise