@neurosity/ipk
TypeScript icon, indicating that this package has built-in type declarations

2.13.0 • Public • Published

Neurosity IPK

Single source of truth for all inter-process communication constants.

Getting started

npm install @neurosity/ipk

Then import the module or the json file

ESM
import ipk from "@neurosity/ipk";
CJS
const ipk = require("@neurosity/ipk");
JSON
import ipk from "@neurosity/ipk/dist/json/index.json";

License

Neurosity IPK is MIT licensed.

Readme

Keywords

Package Sidebar

Install

npm i @neurosity/ipk

Weekly Downloads

109

Version

2.13.0

License

MIT

Unpacked Size

38.1 kB

Total Files

20

Last publish

Collaborators

  • alexcastillo
  • aj_ptw