UNPKG

@modern-js/utils

Version:

A Progressive React Framework for modern web development.

10 lines (9 loc) 292 B
export type AddressUrl = { label: string; url: string; }; export declare const getAddressUrls: (protocol: string | undefined, port: number, host?: string) => { label: string; url: string; }[]; export declare const prettyInstructions: (appContext: any, config: any) => string;