mycelium-core
v0.0.1
Published
Core identities and primitives for the Mycelium package family
Maintainers
Readme
mycelium-core
Core identity primitives for the alternate-spelling Mycelium JavaScript package family.
This package is independent of similarly named packages on PyPI and crates.io; those coordinates are not owned by this project and must not be published from this source tree.
import { IDENTITY, PackageIdentity } from "mycelium-core";
const integration = new PackageIdentity({
name: "my-integration",
version: "1.0.0",
});
console.log(IDENTITY, integration);