UNPKG

210 BJavaScriptView Raw
1"use strict";
2var App = (function () {
3 function App(appID, appKey, site) {
4 this.appID = appID;
5 this.appKey = appKey;
6 this.site = site;
7 }
8 return App;
9}());
10exports.App = App;