UNPKG
@polls-platform/core
Version:
latest (4.0.2)
4.0.2
4.0.1
3.2.0
3.1.0
3.0.2
3.0.1
3.0.0
2.5.0
2.4.1
2.4.0
0.0.4
0.0.3
0.0.2
0.0.1
Polls Platform core library
docs.pollsplatform.com
@polls-platform/core
/
built
/
utils
/
url-params.d.ts
4 lines
(3 loc)
•
220 B
TypeScript
View Raw
1
2
3
4
import
{
PollUrlParamOptions
}
from
'../types'
;
export
declare
function
setPollUrlParams
(
urlString
:
string
,
options
:
PollUrlParamOptions
):
string
;
export
declare
function
getThemeFromPollUrl
(
url
:
string
):
string
|
null
;