| Name | Size | Mode | Actions |
|---|---|---|---|
| lib/ | - | 0777 | rm |
| LICENSE.md | 1038 | 0666 | editdlrm |
| package.json | 2986 | 0666 | editdlrm |
| README.md | 1707 | 0666 | editdlrm |
/home/techb158/balavpn.abdallabala.com/node_modules/ts-api-utils/README.md (1707B)
Utility functions for working with TypeScript's API. Successor to the wonderful tsutils. ๐ ๏ธ๏ธ
## Usage ```shell npm i ts-api-utils ``` ```ts 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](https://joshuakgoldberg.github.io/ts-api-utils). ## Development See [`.github/CONTRIBUTING.md`](./.github/CONTRIBUTING.md). Thanks! ๐