UNPKG

@tobegames/core

Version:

Global packages widely used in other projects

8 lines (7 loc) 317 B
/** * Created by obert on 21.06.2017. */ export * from "./networking/networking.module"; export { HttpHeader } from "./networking/httpheaders/httpheader.model"; export { AuthorizationHeader } from "./networking/httpheaders/authorization-header.model"; export { MethodType } from "./networking/method-types";