Skip to content

Function: isResourcefulObjectType()

ts
function isResourcefulObjectType(
  value: unknown,
): value is ResourcefulObjectType;

Type guard to check if a value is a ResourcefulObjectType

Parameters

ParameterTypeDescription
valueunknownThe value to check

Returns

value is ResourcefulObjectType

True if the value is a ResourcefulObjectType, false otherwise