(source: string)
| 3360 | |
| 3361 | /** |
| 3362 | * Loads a JSDoc extraction configuration from JSON. |
| 3363 | * |
| 3364 | * @category configuration |
| 3365 | * @since 4.0.0 |
| 3366 | */ |
| 3367 | export function loadJSDocConfig(cwd = process.cwd(), configPath = "jsdocs.config.json"): JSDocConfig { |
nothing calls this directly
no test coverage detected
searching dependent graphs…