UNPKG

@loopback/rest

Version:

Expose controllers as REST endpoints and route REST API requests to controller methods

9 lines (8 loc) 282 B
export * from './body-parser'; export * from './body-parser.helpers'; export * from './body-parser.json'; export * from './body-parser.raw'; export * from './body-parser.stream'; export * from './body-parser.text'; export * from './body-parser.urlencoded'; export * from './types';