DIR: /var/www/negocios.lapieza.do/node_modules/pusher-js/src/core/http/ |
Current File : /var/www/negocios.lapieza.do/node_modules/pusher-js/src/core/http/request_hooks.ts |
import HTTPRequest from './http_request'; import Ajax from './ajax'; interface RequestHooks { getRequest(HTTPRequest): Ajax; abortRequest(HTTPRequest): void; } export default RequestHooks; |