Stone.js API
    Preparing search index...

    A module of the ecosystem.

    interface ModuleInfo {
        package: string;
        summary: string;
        tier:
            | "adapter"
            | "primitive"
            | "core"
            | "crosscutting"
            | "frontend"
            | "extension"
            | "tooling";
    }
    Index
    package: string

    npm package name.

    summary: string

    One-line description.

    tier:
        | "adapter"
        | "primitive"
        | "core"
        | "crosscutting"
        | "frontend"
        | "extension"
        | "tooling"

    Where it sits in the architecture.