UNPKG

geography-markup-language

Version:
6 lines (4 loc) 146 B
import find from "../utils/find.js"; export default function coord(xml) { return find(xml, ["gml:coord", "coord", "gml:Coord", "Coord"])[0]; }