interface NamespaceInfo {
    exportedFunctions: string[];
    exportedPatterns: string[];
    exportedSymbols: string[];
    exportS3Generics: Map<string, string[]>;
    importedPackages: Map<string, string[] | "all">;
    loadsWithSideEffects: boolean;
}

Properties

exportedFunctions: string[]
exportedPatterns: string[]
exportedSymbols: string[]
exportS3Generics: Map<string, string[]>
importedPackages: Map<string, string[] | "all">
loadsWithSideEffects: boolean