Home > doofinder > isValidDoofinderId
isValidDoofinderId() function
Check if the provided value is a valid Doofinder Id.
Signature:
export declare function isValidDoofinderId(value: unknown): boolean;
Parameters
Parameter | Type | Description |
---|---|---|
value | unknown | The value to check. |
Returns:
boolean
true
if the value is a valid Doofinder Id, false
otherwise.