UNPKG

@tak-ps/node-tak

Version:

Lightweight JavaScript library for communicating with TAK Server

8 lines 183 B
import TAK, { CoT } from '../index.js'; import test from 'tape'; test('Ensure Export', (t) => { t.ok(TAK); t.ok(CoT); t.end(); }); //# sourceMappingURL=default.test.js.map