UNPKG

spectatr-player-sdk

Version:

A custom video player built with Stencil with Shaka Player integration

6 lines (5 loc) 244 B
export declare function format(first?: string, middle?: string, last?: string): string; export declare function getAllVideos(clientId: string, baseUrl?: string): Promise<{ suggestions: import("..").Suggestion[]; totalCount: number; }>;