Sha256: 10104ee313fbb22d1d556df7527e51a146249edc00b981ba3640639d5841890a
Contents?: true
Size: 161 Bytes
Versions: 52
Compression:
Stored size: 161 Bytes
Contents
/** * Returns an absolute URL based on the given path. */ declare function getAbsoluteUrl(path: string, baseUrl?: string): string; export { getAbsoluteUrl };
Version data entries
52 entries across 26 versions & 1 rubygems