The dependency information or the function that resolves it.
Optional
dependenciesOrResolver: Nilable<DependencyInfoCollectionArg>The custom collection for the dependency info items or the function that resolves it.
Optional
stackInfo: Nilable<false | IStackInfo>Custom stack information.
import {
appDependsOn,
getDependencies
} from "@egomobile/documentation"
appDependsOn(
{
// your information here...
}
)
console.log(
getDependencies()
)
ReferenceError No CommonJS based main module found.
Generated using TypeDoc
Adds dependency information for current app.