UNPKG

@neurosity/ipk

Version:

Single source of truth for all inter-process communication constants

34 lines (21 loc) 442 B
# Neurosity IPK Single source of truth for all inter-process communication constants. ### Getting started ```bash npm install @neurosity/ipk ``` Then import the module or the json file ##### ESM ```js import ipk from "@neurosity/ipk"; ``` ##### CJS ```js const ipk = require("@neurosity/ipk"); ``` ##### JSON ```js import ipk from "@neurosity/ipk/dist/json/index.json"; ``` ### License Neurosity IPK is [MIT licensed](./LICENSE).