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

7 lines
297 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';