UNPKG

799 BSource Map (JSON)View Raw
1{"version":3,"file":"GoogleAuthData.js","sourceRoot":"","sources":["../src/GoogleAuthData.ts"],"names":[],"mappings":"AAAA,MAAM,cAAc;IAClB,YAAY,OAAY;QACtB,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACrC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACvC,CAAC;IAED,MAAM,CAAC,KAAU;QACf,OAAO,KAAK,IAAI,KAAK,YAAY,cAAc,CAAC;IAClD,CAAC;IAED,MAAM;QACJ,OAAO,EAAE,CAAC;IACZ,CAAC;CACF;AAED,eAAe,cAAc,CAAC","sourcesContent":["class GoogleAuthData {\n constructor(options: any) {\n this.equals = this.equals.bind(this);\n this.toJSON = this.toJSON.bind(this);\n }\n\n equals(other: any): boolean {\n return other && other instanceof GoogleAuthData;\n }\n\n toJSON(): { [key: string]: any } {\n return {};\n }\n}\n\nexport default GoogleAuthData;\n"]}
\No newline at end of file