Skip to content

Commit 6957e0d

Browse files
committed
Add beta annotation to JSDoc comment of isbn action
1 parent 6c7f9c0 commit 6957e0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

library/src/actions/isbn/isbn.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ const ISBN_13_DETECTION_REGEX = /^\d{13}$/u;
8080
* Creates an [ISBN](https://en.wikipedia.org/wiki/ISBN) action.
8181
*
8282
* @returns An ISBN action.
83+
*
84+
* @beta
8385
*/
8486
export function isbn<TInput extends string>(): IsbnAction<TInput, undefined>;
8587

@@ -89,6 +91,8 @@ export function isbn<TInput extends string>(): IsbnAction<TInput, undefined>;
8991
* @param message The error message.
9092
*
9193
* @returns An ISBN action.
94+
*
95+
* @beta
9296
*/
9397
export function isbn<
9498
TInput extends string,

0 commit comments

Comments
 (0)