mycelium-hyphae
v0.0.1
Published
Aggregate hyphal topology primitives for JavaScript
Maintainers
Readme
mycelium-hyphae
Typed aggregate hyphal-topology primitives for JavaScript.
Version 0.0.1 exposes a small, usable configuration value while native
bindings are being developed. It does not start network services.
import { HyphaeProfile } from "mycelium-hyphae";
const profile = new HyphaeProfile({ targetDegree: 3 });