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 f5775fb commit b2a7b90Copy full SHA for b2a7b90
mod.ts
@@ -3,7 +3,7 @@ const regexpSingleLine = /^.*$/;
3
* Determine whether the string is single line.
4
* @param {string} item Item that need to determine.
5
* @returns {boolean} Determine result.
6
- * @example 1
+ * @example
7
* ```ts
8
* isStringSingleLine(`Wisi sed et at vero eos nostrud volutpat sed stet dignissim sit sanctus in eros.
9
* Et laoreet odio sanctus ea.
@@ -12,7 +12,7 @@ const regexpSingleLine = /^.*$/;
12
* Dolor lorem sed et volutpat exerci gubergren gubergren tempor quis ea eirmod eos ut dolor autem ipsum accumsan.`);
13
* //=> false
14
* ```
15
- * @example 2
16
17
* isStringSingleLine("Hello, world!");
18
* //=> true
0 commit comments