TypeScript API Utils

Utility functions for working with TypeScript's API. Successor to the wonderful tsutils. πŸ› οΈοΈ

All Contributors: 8 πŸ‘ͺ 🀝 Code of Conduct: Keptarrow-up-right πŸ§ͺ Coveragearrow-up-right πŸ“ License: MITarrow-up-right πŸ“¦ npm versionarrow-up-right πŸ’ͺ TypeScript: Strict

Usage

npm i ts-api-utils
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 docsarrow-up-right.

Development

See .github/CONTRIBUTING.mdarrow-up-right. Thanks! πŸ’–

Contributors

Many thanks to @ajafffarrow-up-right for creating the original tsutilsarrow-up-right (original license: MITarrow-up-right) that this project was originally based on! πŸ™

πŸ’™ This package was templated with create-typescript-apparrow-up-right.

"My tools! I have to have my tools!" - Dennis Reynolds

Last updated