The module.
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 {
moduleDependsOn,
getDependencies
} from "@egomobile/documentation"
moduleDependsOn(
require.main,
{
// your information here...
}
)
console.log(
getDependencies()
)
Generated using TypeDoc
Adds dependency information for a module.