Skip to content

Commit 4250e5d

Browse files
committed
Mention Node.js built-in API
Fixes #53
1 parent dc06e4d commit 4250e5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
> Strip [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code) from a string
44
5+
> [!NOTE]
6+
> Node.js has this built-in now with [`stripVTControlCharacters`](https://nodejs.org/api/util.html#utilstripvtcontrolcharactersstr). The benefit of this package is consistent behavior across Node.js versions and faster improvements. The Node.js version is actually based on this package.
7+
58
## Install
69

710
```sh

0 commit comments

Comments
 (0)