diff options
| author | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-06-26 15:14:46 -0400 |
|---|---|---|
| committer | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-06-26 15:14:46 -0400 |
| commit | b86050edd2da3acca258f117e8350aa8d53272d9 (patch) | |
| tree | ad2ceebb8e8d2f0c9d57f13d125241e96de6f944 /src/server/youtubeApi/youtubeApiSample.d.ts | |
| parent | b285803c4e8c37302f6e02624a6127667d628305 (diff) | |
Sample working onserver side
Diffstat (limited to 'src/server/youtubeApi/youtubeApiSample.d.ts')
| -rw-r--r-- | src/server/youtubeApi/youtubeApiSample.d.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/youtubeApi/youtubeApiSample.d.ts b/src/server/youtubeApi/youtubeApiSample.d.ts new file mode 100644 index 000000000..427f54608 --- /dev/null +++ b/src/server/youtubeApi/youtubeApiSample.d.ts @@ -0,0 +1,2 @@ +declare const YoutubeApi: any; +export = YoutubeApi;
\ No newline at end of file |
