TypeScript API Utils

Utility functions for working with TypeScript's API. Successor to the wonderful tsutils. ๐Ÿ› ๏ธ๏ธ

All Contributors: 10 ๐Ÿ‘ช ๐Ÿค Code of Conduct: Kept ๐Ÿงช Coverage ๐Ÿ“š Documentation Coverage ๐Ÿ“ License: MIT ๐Ÿ“ฆ npm version ๐Ÿ’ช TypeScript: Strict

## 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! ๐Ÿ™
Dan Vanderkam
Dan Vanderkam

๐Ÿ›
Johannes Chorzempa
Johannes Chorzempa

๐Ÿ“– ๐Ÿ’ป
Josh Goldberg
Josh Goldberg

๐Ÿ› ๐Ÿ’ป ๐Ÿ“– ๐Ÿ“† โš ๏ธ ๐Ÿ”ง ๐Ÿšง ๐Ÿš‡ ๐Ÿค”
Kirill Cherkashin
Kirill Cherkashin

๐Ÿ’ป
Kirk Waiblinger
Kirk Waiblinger

๐Ÿ› ๐Ÿ’ป
Klaus Meinhardt
Klaus Meinhardt

๐Ÿ’ป โš ๏ธ
Lars Kappert
Lars Kappert

๐Ÿ’ป
Rebecca Stevens
Rebecca Stevens

๐Ÿ› ๐Ÿ’ป ๐Ÿ“– ๐Ÿ“† โš ๏ธ ๐Ÿ”ง ๐Ÿš‡ ๐Ÿšง ๐Ÿค”
Ronen Amiel
Ronen Amiel

โš ๏ธ
fisker Cheung
fisker Cheung

๐Ÿ’ป
> ๐Ÿ’™ This package was templated with [create-typescript-app](https://github.com/JoshuaKGoldberg/create-typescript-app). > _"My tools! I have to have my tools!" - Dennis Reynolds_