Update of api-report.md after change of humanize public api

Signed-off-by: Tomáš Tunkl <tomas.tunkl@avast.com>
This commit is contained in:
Tomáš Tunkl
2022-09-09 09:53:09 +02:00
parent 5986fa4f2d
commit 978d691ed2
+4 -1
View File
@@ -436,11 +436,14 @@ export function getEntitySourceLocation(
scmIntegrationsApi: ScmIntegrationRegistry,
): EntitySourceLocation | undefined;
// @public (undocumented)
// Warning: (tsdoc-undefined-tag) The TSDoc tag "@property" is not defined in this configuration
//
// @public
export function humanizeEntityRef(
entityRef: Entity | CompoundEntityRef,
opts?: {
defaultKind?: string;
defaultNamespace?: string | boolean;
},
): string;