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