Skip to content

Instantly share code, notes, and snippets.

@jarettmillard
jarettmillard / cast_receiver_2.0.0.d.ts
Created May 4, 2017 19:52
TypeScript Definitions for Google Cast receiver
declare module cast {
export class receiver {
/**
* Version of the cast SDK.
*/
static VERSION: string;
/**
* The Cast receiver logger object.
* Sets the log verbosity level.