UNPKG

geography-markup-language

Version:
6 lines (4 loc) 119 B
import findExteriors from "./exteriors.js"; export default function exterior(xml) { return findExteriors(xml)[0]; }