UNPKG

ts-foursquare

Version:
6 lines (5 loc) 271 B
/** * Public API for generating a URL pathname from a path and parameters. * https://github.com/ReactTraining/react-router/blob/master/packages/react-router/modules/generatePath.js#L20 */ export declare const generatePath: (path?: string, params?: {}) => string;