UNPKG

five-server

Version:

Development Server with Live Reload Capability. (Maintained Fork of Live Server)

8 lines 435 B
/** * @copyright Copyright (c) 2014 Jonathan Ong <me@jongleberry.com> * @copyright Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com> * @license {@link https://github.com/jshttp/statuses/blob/master/LICENSE MIT} * @description Copied from https://github.com/jshttp/statuses/blob/master/codes.json */ export declare const statusToText: (statusCode: number) => any; //# sourceMappingURL=statuses.d.ts.map