neurosity / lib-ipk

Single source of truth for all inter-process communication constants

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Single source of truth for all inter-process communication constants

License:MIT License


Languages

Language:TypeScript 88.6%Language:JavaScript 11.4%