Skip to content

Commit 8de1815

Browse files
committed
Add link to buffer.isUtf8(input) documentation
1 parent 1ebda58 commit 8de1815

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ utf-8-validate package is routinely downloaded more than
4444
[a million times per week](https://www.npmjs.com/package/utf-8-validate).
4545

4646
If you are using Node JS (19.4.0 or better), you already have access to this
47-
function as `buffer.isUtf8(...)`.
47+
function as
48+
[`buffer.isUtf8(input)`](https://nodejs.org/api/buffer.html#bufferisutf8input).
4849

4950
## Reference
5051

0 commit comments

Comments
 (0)