Stone.js API
    Preparing search index...

    The machine-readable map of Stone.js.

    interface KnowledgeBase {
        bestPractices: BestPractice[];
        concepts: Concept[];
        gaps: Gap[];
        modules: ModuleInfo[];
        name: string;
        tagline: string;
        version: string;
    }
    Index
    bestPractices: BestPractice[]
    concepts: Concept[]
    gaps: Gap[]
    modules: ModuleInfo[]
    name: string
    tagline: string
    version: string