()
| 8 | export const echarts = () => import("npm:echarts"); |
| 9 | export const htl = () => import("npm:htl"); |
| 10 | export const html = () => import("npm:htl").then((htl) => htl.html); |
| 11 | export const svg = () => import("npm:htl").then((htl) => htl.svg); |
| 12 | export const Inputs = () => import("npm:@observablehq/inputs"); |
| 13 | export const L = () => import("npm:leaflet"); |
no outgoing calls
no test coverage detected