UNPKG

@tak-ps/node-tak

Version:

Lightweight JavaScript library for communicating with TAK Server

10 lines (7 loc) 145 B
import TAK, { CoT } from '../index.js'; import test from 'tape'; test('Ensure Export', (t) => { t.ok(TAK); t.ok(CoT); t.end(); });