UNPKG

@geogirafe/lib-geoportal

Version:

GeoGirafe is a flexible application to build online geoportals.

8 lines (7 loc) 279 B
import { IUrlShortener, UrlShortenerResponse } from './iurlshortener'; declare class LstuManager implements IUrlShortener { serviceUrl: string; constructor(serviceUrl: string); shortenUrl(longUrl: string): Promise<UrlShortenerResponse>; } export default LstuManager;