zhong (钟鹏群) 81df238f86 vscode extension 5 zile în urmă
..
lib 81df238f86 vscode extension 5 zile în urmă
LICENSE.md 81df238f86 vscode extension 5 zile în urmă
README.md 81df238f86 vscode extension 5 zile în urmă
package.json 81df238f86 vscode extension 5 zile în urmă

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