UNPKG

geoiq-frontend-ui-kit

Version:

This project is a UI kit for GeoIQ's frontend. It's built with React, TypeScript, and Vite.

11 lines (10 loc) 209 B
function o(n, t) { return n.replace(/\{\{(\w+)\}\}/g, (l, e) => { const r = t[e]; return r != null ? String(r) : ""; }); } export { o as interpolateUrl }; //# sourceMappingURL=index.es105.js.map