zhong (钟鹏群) 81df238f86 vscode extension 5 днів тому
..
lib 81df238f86 vscode extension 5 днів тому
LICENSE.md 81df238f86 vscode extension 5 днів тому
README.md 81df238f86 vscode extension 5 днів тому
package.json 81df238f86 vscode extension 5 днів тому

README.md

TypeScript API Utils

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

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! 💖