Skip to content

Function: isResourcefulBinaryType()

ts
function isResourcefulBinaryType(
  value: unknown,
): value is ResourcefulBinaryType;

Type guard to check if a value is a ResourcefulBinaryType

Parameters

ParameterTypeDescription
valueunknownThe value to check

Returns

value is ResourcefulBinaryType

True if the value is a ResourcefulBinaryType, false otherwise