@lzwme/fe-utils
Preparing search index...
index
cookieStringfiy
Function cookieStringfiy
cookieStringfiy
(
cookieObj
:
Record
<
string
,
string
|
number
|
boolean
|
undefined
>
,
options
?:
{
onlyKeys
?:
(
string
|
RegExp
)
[]
;
removeKeys
?:
(
string
|
RegExp
)
[]
;
removeNil
?:
boolean
;
}
,
)
:
string
Parameters
cookieObj
:
Record
<
string
,
string
|
number
|
boolean
|
undefined
>
options
:
{
onlyKeys
?:
(
string
|
RegExp
)
[]
;
removeKeys
?:
(
string
|
RegExp
)
[]
;
removeNil
?:
boolean
;
}
= {}
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@lzwme/fe-utils
Loading...