morphit/node_modules/ts-api-utils
2026-06-13 20:09:20 -07:00
..
lib Morphit v1.0.0-beta.16 2026-06-13 20:09:20 -07:00
LICENSE.md Morphit v1.0.0-beta.16 2026-06-13 20:09:20 -07:00
package.json Morphit v1.0.0-beta.16 2026-06-13 20:09:20 -07:00
README.md Morphit v1.0.0-beta.16 2026-06-13 20:09:20 -07:00

TypeScript API Utils

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

🤝 Code of Conduct: Kept 🧪 Coverage 📚 Documentation Coverage 📝 License: MIT 📦 npm version 💪 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 docs.

Development

See .github/CONTRIBUTING.md. Thanks! 💖