UNPKG

@tak-ps/node-tak

Version:

Lightweight JavaScript library for communicating with TAK Server

8 lines 225 B
import TAK, { CoT } from '../index.js'; import test from 'node:test'; import assert from 'node:assert/strict'; test('Ensure Export', () => { assert.ok(TAK); assert.ok(CoT); }); //# sourceMappingURL=default.test.js.map