Repository URL to install this package:
|
Version:
4.0.5 ▾
|
export const fromArrayToCookieString = (array: string[]) => {
return array.toString().replace(/,/g, '; ')
}