UNPKG

geography-markup-language

Version:
7 lines (5 loc) 188 B
import find from "../utils/find.js"; import LINE_STRING_TAG_NAMES from "../enums/LineString.js"; export default function LineString(xml) { return find(xml, LINE_STRING_TAG_NAMES)[0]; }