UNPKG

playbasis

Version:
39 lines (22 loc) 393 B
'use strict'; module.exports=function(){ var Playbasis=function Playbasis(){ var me=this; return me; }; Playbasis.static={ defaults:{ global:{ baseUrl:null, baseAsyncUrl:null}}}; Playbasis.env={ global:{ baseUrl:null, baseAsyncUrl:null, apiKey:null, apiSecret:null, token:null}}; Playbasis.Promise=require("bluebird"); Playbasis.Playbasis=new Playbasis(); return Playbasis; };