Package Exports
- ntcore-ts-client
- ntcore-ts-client/src/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ntcore-ts-client) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ntcore-ts-client
A TypeScript library for communication over WPILib's NetworkTables 4.1 protocol.
Usage
For a quick start guide on how to use the library, view this README and this documentation website.
Building
Run nx build ntcore-ts-client
to build the library.
Running unit tests
Run nx test ntcore-ts-client
to execute the unit tests via Jest.