We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7f9c0 commit 6957e0dCopy full SHA for 6957e0d
library/src/actions/isbn/isbn.ts
@@ -80,6 +80,8 @@ const ISBN_13_DETECTION_REGEX = /^\d{13}$/u;
80
* Creates an [ISBN](https://en.wikipedia.org/wiki/ISBN) action.
81
*
82
* @returns An ISBN action.
83
+ *
84
+ * @beta
85
*/
86
export function isbn<TInput extends string>(): IsbnAction<TInput, undefined>;
87
@@ -89,6 +91,8 @@ export function isbn<TInput extends string>(): IsbnAction<TInput, undefined>;
89
91
* @param message The error message.
90
92
93
94
95
96
97
export function isbn<
98
TInput extends string,
0 commit comments