Utility functions for working with TypeScript's API. Successor to the wonderful tsutils. ๐ ๏ธ๏ธ
## Usage ```shell npm i ts-api-utils ``` ```ts import * as tsutils from "ts-api-utils"; tsutils.forEachToken(/* ... */); ``` ### API `ts-api-utils` provides many utility functions. Check out our API docs for details: ๐ [ts-api-utils API docs](https://joshuakgoldberg.github.io/ts-api-utils). ## Development See [`.github/CONTRIBUTING.md`](./.github/CONTRIBUTING.md). Thanks! ๐ ## Contributors Many thanks to [@ajafff](https://github.com/ajafff) for creating the original [`tsutils`](https://github.com/ajafff/tsutils) ([original license: MIT](https://github.com/ajafff/tsutils/blob/26b195358ec36d59f00333115aa3ffd9611ca78b/LICENSE)) that this project was originally based on! ๐