Skip to content

Single source of truth for all inter-process communication constants

License

Notifications You must be signed in to change notification settings

neurosity/lib-ipk

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published