myscelium-core
v0.0.1
Published
Core identities and primitives for the Myscelium platform
Maintainers
Readme
myscelium-core
Core identities and primitives for the Myscelium JavaScript platform.
Version 0.0.1 provides the documented package identity while native bindings
are being developed. APIs may change before the first functional release.
import { IDENTITY, PackageIdentity } from "myscelium-core";
const integration = new PackageIdentity({
name: "my-integration",
version: "1.0.0",
});
console.log(IDENTITY, integration);