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
/
parse-poll-url.d.ts
6 lines
(5 loc)
•
110 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
function
parsePollUrl
(
{ pollUrl }: { pollUrl:
string
; }
): {
pollId
?:
string
; } |
null
;