type-to-string
v2.0.0
Published
Get a string representation of a TypeScript type.
Downloads
31,432
Maintainers
Readme
Type to String
Get a string representation of a TypeScript type.
This project is really just me playing with different ways to get string representions of TypeScript types.
For most users, you can probably just use TypeScript built in functions:
checker.typeToString(type);
typeNode.getText();
Donate
Any donations would be much appreciated. 😄
Installation
# Install with npm
npm install type-to-string
# Install with pnpm
pnpm add type-to-string
# Install with yarn
yarn add type-to-string