UNPKG

five-server

Version:

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

8 lines 482 B
/** * @copyright Copyright JS Foundation and other contributors * @license {@link https://github.com/webpack/webpack-dev-server/blob/master/LICENSE MIT} * @description Copied from webpack-dev-server@3.11.2 (https://github.com/webpack/webpack-dev-server/blob/master/lib/utils/createCertificate.js) */ import selfsigned from 'selfsigned'; export declare const createCertificate: (attributes: any) => selfsigned.GenerateResult; //# sourceMappingURL=createCertificate.d.ts.map