five-server
Version:
Development Server with Live Reload Capability. (Maintained Fork of Live Server)
8 lines • 409 B
TypeScript
/**
* @author Leo Lamprecht (https://github.com/leo) - Vercel
* @copyright Copyright (c) 2018 ZEIT, Inc.
* @license {@link https://github.com/vercel/serve/blob/master/LICENSE MIT}
* @description copied and modified from https://github.com/vercel/serve/blob/master/bin/serve.js
*/
export declare const getNetworkAddress: () => string | undefined;
//# sourceMappingURL=getNetworkAddress.d.ts.map