Module node query result

interface ModuleNodeResult {
    docstring: string;
    exports: string[];
    id: string;
    kind: number;
    name: string;
    nodeId: number;
    path: string;
}

Hierarchy (view full)

Properties

docstring: string
exports: string[]
id: string
kind: number
name: string
nodeId: number
path: string