UNPKG

micri

Version:

Asynchronous HTTP microservices

7 lines (6 loc) 168 B
import { serve } from './serve'; export default serve; export * from './body'; export * from './serve'; export * from './types'; export { MicriError } from './errors';