Signed-off-by: Iain Billett <iain@roadie.io>
This commit is contained in:
Iain Billett
2021-11-15 19:40:22 +00:00
parent 5c00e45045
commit 8cf89aab38
@@ -24,6 +24,14 @@ export const buildTechInsightsContext: <
options: TechInsightsOptions<CheckType, CheckResultType>,
) => Promise<TechInsightsContext<CheckType, CheckResultType>>;
// Warning: (ae-forgotten-export) The symbol "Options" needs to be exported by the entry point index.d.ts
// Warning: (ae-missing-release-tag) "createCatalogFactRetriever" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export const createCatalogFactRetriever: ({
annotations,
}?: Options) => FactRetriever;
// @public
export function createFactRetrieverRegistration(
cadence: string,