UNPKG

@polls-platform/core

Version:

Polls Platform core library

6 lines (5 loc) 110 B
export declare function parsePollUrl({ pollUrl }: { pollUrl: string; }): { pollId?: string; } | null;