smartstatus/ts/index.ts
2017-04-12 11:38:52 +02:00

7 lines
291 B
TypeScript

export { HttpStatus } from './smartstatus.classes.http'
export * from './smartstatus.classes.http.1xx'
export * from './smartstatus.classes.http.2xx'
export * from './smartstatus.classes.http.3xx'
export * from './smartstatus.classes.http.4xx'
export * from './smartstatus.classes.http.5xx'