UNPKG

astroboy

Version:

Astroboy(阿童木)is a Nodejs SFB(Separation of Front and Back ends) framework, built on koa2.

6 lines (5 loc) 160 B
import { MiddlewareFactory } from '../../../../definitions'; declare const factory: MiddlewareFactory<{ value?: string; } | string, any>; export = factory;