type-to-string

2.0.0 • Public • Published

Type to String

Get a string representation of a TypeScript type.

npm version CI Coverage Status
code style: prettier GitHub Discussions BSD 3 Clause license Commitizen friendly semantic-release

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

/type-to-string/

    Package Sidebar

    Install

    npm i type-to-string

    Weekly Downloads

    3,179

    Version

    2.0.0

    License

    BSD-3-Clause

    Unpacked Size

    33.4 kB

    Total Files

    7

    Last publish

    Collaborators

    • rebeccastevens