export function verifyString(data: string, error?: typeof Error, errorMessage?: string, allowEmpty?: boolean): string;
Verifies the provided data is a string, otherwise throws provided error.
export function verifyString(data: string, error?: typeof Error, errorMessage?: string, allowEmpty?: boolean): string;
Verifies the provided data is a string, otherwise throws provided error.