Skip to content

Commit

Permalink
doc nit
Browse files Browse the repository at this point in the history
  • Loading branch information
PuruVJ committed Jul 10, 2024
1 parent e8123ed commit a3c5a5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# neotraverse

Traverse and transform objects by visiting every node on a recursive walk. This is a fork of [traverse](https://github.com/ljharb/js-traverse) with 0 dependencies with some improvements:
Traverse and transform objects by visiting every node on a recursive walk. This is a fork and TypeScript rewrite of [traverse](https://github.com/ljharb/js-traverse) with 0 dependencies and major improvements:

- 🤌 1.45KB min+brotli
- 🚥 Zero dependencies
- 🎹 TypeScript
- 🎹 TypeScript. Throw away the `@types/traverse` package
- ❎ No polyfills
- 🛸 ESM-first

Expand Down

0 comments on commit a3c5a5c

Please sign in to comment.