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