UNPKG

@nymphjs/server

Version:

Nymph.js - REST Server

7 lines (6 loc) 119 B
/** * HTTP status code to status text map. */ export declare const statusDescriptions: { [k: number]: string; };