From 4afeed705e09516dfc4edff9dddc93d88d09ad85 Mon Sep 17 00:00:00 2001 From: Al Calzone Date: Thu, 28 Sep 2023 21:26:26 +0000 Subject: [PATCH] docs: update typed documentation and API report --- packages/core/api.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/core/api.md b/packages/core/api.md index 3f4fcb0c3038..85339e9a5eb0 100644 --- a/packages/core/api.md +++ b/packages/core/api.md @@ -2627,6 +2627,14 @@ export enum TransmitStatus { // @public export function tryParseDSKFromQRCodeString(qr: string): string | undefined; +// Warning: (ae-missing-release-tag) "tryParseParamNumber" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// +// @public (undocumented) +export function tryParseParamNumber(str: string): { + parameter: number; + valueBitMask?: number; +} | undefined; + // Warning: (ae-missing-release-tag) "TXReport" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) // // @public