UNPKG

@tak-ps/node-cot

Version:

Lightweight JavaScript library for parsing and manipulating TAK messages

8 lines (7 loc) 269 B
import type { Static } from '@sinclair/typebox'; import type { Feature } from '../types/feature.js'; import CoT from '../cot.js'; /** * Return a GeoJSON Feature from an XML CoT message */ export declare function to_geojson(cot: CoT): Promise<Static<typeof Feature>>;