TypeScript API Utils

Utility functions for working with TypeScript's API. Successor to the wonderful tsutils.

All Contributors: 4 Codecov Test Coverage Documentation Coverage Contributor Covenant License: MIT Sponsor: On GitHub Style: Prettier TypeScript: Strict

## Usage ```shell npm i ts-api-utils ``` ```ts import * as tsutils from "ts-api-utils"; ``` ### 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! 🙏
Josh Goldberg
Josh Goldberg

🐛 💻 📖 📆 ⚠️ 🔧
Rebecca Stevens
Rebecca Stevens

🐛 💻 📖 📆 ⚠️ 🔧
Klaus Meinhardt
Klaus Meinhardt

💻 ⚠️
Johannes Chorzempa
Johannes Chorzempa

📖
> 💙 This package is templated from [@JoshuaKGoldberg](https://github.com/JoshuaKGoldberg)'s [template-typescript-node-package](https://github.com/JoshuaKGoldberg/template-typescript-node-package). > _"My tools! I have to have my tools!" - Dennis Reynolds_