UNPKG

astroboy

Version:

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

8 lines (7 loc) 252 B
import { MiddlewareFactory } from '../../../../definitions'; /** * X-Content-Type-Options * https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Headers/X-Content-Type-Options */ declare const factory: MiddlewareFactory<string, any>; export = factory;