interface NamespaceInfo {
    exportedFunctions: string[];
    exportedSymbols: string[];
    exportS3Generics: Map<string, string[]>;
    loadsWithSideEffects: boolean;
}

Properties

exportedFunctions: string[]
exportedSymbols: string[]
exportS3Generics: Map<string, string[]>
loadsWithSideEffects: boolean